Fixed the dreaded Bug with shift LMB, Closes #51
This commit is contained in:
parent
7b94737915
commit
2ced0b33a5
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ public class BlockCrate extends BlockTile
|
|||
{
|
||||
if (player.isSneaking())
|
||||
{
|
||||
this.ejectItems(tileEntity, player, 1);
|
||||
this.ejectItems(tileEntity, player, 64);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue