parent
ca93a6661b
commit
389d74b0ba
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class TileHopper extends TileBuildCraft implements IInventory {
|
||||||
if(stackInSlot == null) continue;
|
if(stackInSlot == null) continue;
|
||||||
|
|
||||||
ItemStack clonedStack = stackInSlot.copy().splitStack(1);
|
ItemStack clonedStack = stackInSlot.copy().splitStack(1);
|
||||||
if (transactor.addItem(clonedStack, ForgeDirection.UP, true).stackSize <= 0) {
|
if (transactor.add(clonedStack, ForgeDirection.UP, true).stackSize > 0) {
|
||||||
_inventory.decrStackSize(internalSlot, 1);
|
_inventory.decrStackSize(internalSlot, 1);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue