Fixed Isided on Grinder

This commit is contained in:
Gig 2015-06-08 23:27:31 +01:00
parent 77c4ea4820
commit 99d237f26e

View file

@ -231,7 +231,7 @@ public class TileGrinder extends TileMachineBase implements IWrenchable, IEnergy
@Override @Override
public boolean canInsertItem(int slotIndex, ItemStack itemStack, int side) public boolean canInsertItem(int slotIndex, ItemStack itemStack, int side)
{ {
if (slotIndex >= 1) if (slotIndex >= 2)
return false; return false;
return isItemValidForSlot(slotIndex, itemStack); return isItemValidForSlot(slotIndex, itemStack);
} }