Fix incorrect merge

This commit is contained in:
modmuss50 2016-01-16 13:11:08 +00:00
parent 2a617919d9
commit 415531587b

View file

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