GregTech 4

GregTech 4

5.7k Downloads

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

CrossVas opened this issue ยท 0 comments

commented

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!