Change engineer table to use an empty hand for crafting

This commit is contained in:
DarkGuardsman 2014-01-19 18:37:30 -05:00
parent 38c4be95fd
commit 1fb19b287a

View file

@ -143,7 +143,7 @@ public class BlockEngineeringTable extends BlockRI
} }
else if (hitSide != 0) else if (hitSide != 0)
{ {
if (!world.isRemote) if (!world.isRemote && player.inventory.getCurrentItem() == null)
{ {
tile.setPlayerInventory(player.inventory); tile.setPlayerInventory(player.inventory);