Fix critical dupe bug in AWB

Closes #895
This commit is contained in:
CovertJaguar 2013-06-10 03:37:44 -07:00
parent f19ab165ef
commit 8a9314a8f6

View file

@ -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;
}