Fixes #2713: Call super#onBlockActivated() for wrench interaction. (#2728)

This commit is contained in:
yueh
2016-12-31 16:00:45 +01:00
committed by Gunther De Wachter
parent c4b4a257f3
commit af85a2bf67
3 changed files with 8 additions and 9 deletions
@@ -105,6 +105,7 @@ public class BlockMolecularAssembler extends AEBaseTileBlock
Platform.openGUI( p, tg, AEPartLocation.fromFacing( side ), GuiBridge.GUI_MAC );
return true;
}
return false;
return super.onBlockActivated( w, pos, state, p, hand, heldItem, side, hitX, hitY, hitZ );
}
}