fix #2670
This commit is contained in:
parent
e749c6f36b
commit
36f477a1ce
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue