Fix incorrect merge
This commit is contained in:
parent
2a617919d9
commit
415531587b
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ public class TileBlastFurnace extends TilePowerAcceptor implements IWrenchable,
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean canInsertItem(int slotIndex, ItemStack itemStack, int side) {
|
||||
public boolean canInsertItem(int slotIndex, ItemStack itemStack, EnumFacing side) {
|
||||
if (slotIndex >= 2)
|
||||
return false;
|
||||
return isItemValidForSlot(slotIndex, itemStack);
|
||||
|
|
Loading…
Add table
Reference in a new issue