1.8.9 port

This commit is contained in:
Raoul Van den Berge
2016-01-02 18:13:49 +01:00
parent 7b38bce072
commit 9a353e3e83
11 changed files with 57 additions and 50 deletions

View File

@@ -214,9 +214,9 @@ public class TileImporter extends TileMachine implements IInventory, ISidedInven
}
@Override
public ItemStack getStackInSlotOnClosing(int slot)
public ItemStack removeStackFromSlot(int slot)
{
return inventory.getStackInSlotOnClosing(slot);
return inventory.removeStackFromSlot(slot);
}
@Override