parent
f19ab165ef
commit
8a9314a8f6
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ public class TileAutoWorkbench extends TileBuildCraft implements ISidedInventory
|
|||
continue;
|
||||
}
|
||||
if (!gridHasRoomFor(stack)) {
|
||||
slot.setStackInSlot(null);
|
||||
Utils.dropItems(worldObj, stack, xCoord, yCoord + 1, zCoord);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue