Fixed Isided on Grinder
This commit is contained in:
parent
77c4ea4820
commit
99d237f26e
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ public class TileGrinder extends TileMachineBase implements IWrenchable, IEnergy
|
|||
@Override
|
||||
public boolean canInsertItem(int slotIndex, ItemStack itemStack, int side)
|
||||
{
|
||||
if (slotIndex >= 1)
|
||||
if (slotIndex >= 2)
|
||||
return false;
|
||||
return isItemValidForSlot(slotIndex, itemStack);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue