Fixed Isidedness of Centrifuge closes #262
This commit is contained in:
parent
a499cf2b09
commit
da631dd25e
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ public class TileCentrifuge extends TilePowerAcceptor implements IWrenchable, IE
|
||||||
|
|
||||||
@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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue