Fix automation for IndustrialGrinder and IndustrialElectrolyzer, closes #953
This commit is contained in:
parent
e0300d3a05
commit
9847719a91
2 changed files with 13 additions and 7 deletions
|
@ -150,7 +150,7 @@ public class TileIndustrialGrinder extends TilePowerAcceptor implements IWrencha
|
|||
// ISidedInventory
|
||||
@Override
|
||||
public int[] getSlotsForFace(final EnumFacing side) {
|
||||
return side == EnumFacing.DOWN ? new int[] { 0, 1, 2, 3, 4, 5 } : new int[] { 0, 1, 2, 3, 4, 5 };
|
||||
return new int[] { 0, 1, 2, 3, 4, 5, 6 };
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue