Closed MCTian-mi closed 3 months ago
Overriding getItem method in BlockMachine so that some mods (e.g. xnet) can get gt machine blocks correctly.
getItem
return metaTileEntity.getStackForm() for getItem.
metaTileEntity.getStackForm()
fixes issues like https://github.com/SymmetricDevs/Supersymmetry/issues/877
None that I can think of.
What
Overriding
getItem
method in BlockMachine so that some mods (e.g. xnet) can get gt machine blocks correctly.Implementation Details
return
metaTileEntity.getStackForm()
forgetItem
.Outcome
fixes issues like https://github.com/SymmetricDevs/Supersymmetry/issues/877
Potential Compatibility Issues
None that I can think of.