GregTechCEu / GregTech

GregTech CE 1.12 fork continuing progression and development
GNU Lesser General Public License v3.0
254 stars 176 forks source link

Override getItem in BlockMachine.class #2555

Closed MCTian-mi closed 3 months ago

MCTian-mi commented 3 months ago

What

Overriding getItem method in BlockMachine so that some mods (e.g. xnet) can get gt machine blocks correctly.

Implementation Details

return metaTileEntity.getStackForm() for getItem.

Outcome

fixes issues like https://github.com/SymmetricDevs/Supersymmetry/issues/877

Potential Compatibility Issues

None that I can think of.