Update to 1.8.8. It's stable enough, now
This commit is contained in:
parent
df78138244
commit
6f96e200d2
4 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue