This commit is contained in:
gigabit101 2016-01-16 04:27:17 +00:00
parent 93f039c71b
commit 1ed3d226f2

View file

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