Fixed the dreaded Bug with shift LMB, Closes #51

This commit is contained in:
tgame14 2014-06-04 09:52:43 +03:00
parent 7b94737915
commit 2ced0b33a5

View file

@ -207,7 +207,7 @@ public class BlockCrate extends BlockTile
{
if (player.isSneaking())
{
this.ejectItems(tileEntity, player, 1);
this.ejectItems(tileEntity, player, 64);
}
else
{