Remove old int tiers
This commit is contained in:
parent
b1721890b5
commit
cb0303d82f
14 changed files with 14 additions and 16 deletions
|
@ -50,7 +50,7 @@ public class TileGrinder extends TilePowerAcceptor
|
|||
public int capacity = 1000;
|
||||
|
||||
public TileGrinder() {
|
||||
super(1);
|
||||
super();
|
||||
final int[] inputs = new int[1];
|
||||
inputs[0] = 0;
|
||||
final int[] outputs = new int[1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue