This commit is contained in:
asiekierka 2015-04-27 17:09:07 +02:00
parent e749c6f36b
commit 36f477a1ce

View file

@ -413,15 +413,9 @@ public class TileAutoWorkbench extends TileBuildCraft implements ISidedInventory
if (slot == SLOT_RESULT) {
return false;
}
if (stack == null) {
return false;
}
if (stack.getItem().hasContainerItem(stack)) {
return false;
}
if (getStackInSlot(slot) == null) {
return false;
}
return true;
}