updated subs

This commit is contained in:
Robert Seifert 2013-05-15 06:37:08 -04:00
parent 05a462e2f9
commit a93d4f80f9
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 379f93e3cee03b461305dba3245b49ec768e5cb2
Subproject commit b75e068862477c219955374a36460b5f946f4ded

@ -1 +1 @@
Subproject commit ad5ffc86874bf56e8576e787bc67fd9560864212
Subproject commit 8e41c99ec72fa7a4ea8652aa6155b6e64f23a6ff

View file

@ -261,7 +261,7 @@ public class BlockCrate extends BlockALMachine
{
if (requestStack.isItemEqual(currentStack))
{
player.inventory.setInventorySlotContents(i, this.putIn(tileEntity, currentStack));
player.inventory.setInventorySlotContents(i, BlockCrate.putIn(tileEntity, currentStack));
if (player instanceof EntityPlayerMP)
{