Fixes #296
This commit is contained in:
parent
7c039f3105
commit
5c95b238fa
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ public class TileIndustrialElectrolyzer extends TilePowerAcceptor implements IWr
|
|||
|
||||
@Override
|
||||
public boolean canInsertItem(int slotIndex, ItemStack itemStack, int side) {
|
||||
if (slotIndex >= 1)
|
||||
if (slotIndex > 1)
|
||||
return false;
|
||||
return isItemValidForSlot(slotIndex, itemStack);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue