Change engineer table to use an empty hand for crafting
This commit is contained in:
parent
38c4be95fd
commit
1fb19b287a
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public class BlockEngineeringTable extends BlockRI
|
|||
}
|
||||
else if (hitSide != 0)
|
||||
{
|
||||
if (!world.isRemote)
|
||||
if (!world.isRemote && player.inventory.getCurrentItem() == null)
|
||||
{
|
||||
tile.setPlayerInventory(player.inventory);
|
||||
|
||||
|
|
Loading…
Reference in a new issue