Closes #320
This commit is contained in:
parent
93f039c71b
commit
1ed3d226f2
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ public class TileBlastFurnace extends TilePowerAcceptor implements IWrenchable,
|
|||
|
||||
@Override
|
||||
public boolean canInsertItem(int slotIndex, ItemStack itemStack, int side) {
|
||||
if (slotIndex >= 1)
|
||||
if (slotIndex >= 2)
|
||||
return false;
|
||||
return isItemValidForSlot(slotIndex, itemStack);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue