Update to 1.8.8. It's stable enough, now

This commit is contained in:
Nick 2015-11-28 23:51:41 -08:00
parent df78138244
commit 6f96e200d2
4 changed files with 7 additions and 7 deletions

View file

@ -133,7 +133,7 @@ public class TileInventory extends TileEntity implements IInventory {
}
@Override
public ItemStack getStackInSlotOnClosing(int slot) {
public ItemStack removeStackFromSlot(int slot) {
if (inventory[slot] != null) {
ItemStack itemStack = inventory[slot];
setInventorySlotContents(slot, null);