Nukepowered / GregTech4

A port of GregTech 4 to Minecraft 1.7.10 with optimization on most processes, fixed networking and rendering.
GNU General Public License v3.0
29 stars 17 forks source link

Right click on GT Tiles triggers both block placing and block interaction #190

Closed CrossVas closed 1 year ago

CrossVas commented 1 year ago

After update, clicking on every GT tile triggers both block placing and interaction (opening gui) I've checked the code and it seems that there is a missing return statement for onBlockActivated in GT_BlockMetaID_Machine

Adding return true; between L670 and L671 fixes the issue.

Thanks!