1.8.9 port
This commit is contained in:
@@ -118,9 +118,9 @@ public class TileConstructor extends TileMachine implements IInventory, ISidedIn
|
||||
}
|
||||
|
||||
@Override
|
||||
public ItemStack getStackInSlotOnClosing(int slot)
|
||||
public ItemStack removeStackFromSlot(int slot)
|
||||
{
|
||||
return inventory.getStackInSlotOnClosing(slot);
|
||||
return inventory.removeStackFromSlot(slot);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user