Remove old int tiers
This commit is contained in:
parent
b1721890b5
commit
cb0303d82f
14 changed files with 14 additions and 16 deletions
src/main/java/techreborn/tiles/multiblock
|
@ -60,7 +60,7 @@ public class TileIndustrialSawmill extends TilePowerAcceptor
|
|||
public MultiblockChecker multiblockChecker;
|
||||
|
||||
public TileIndustrialSawmill() {
|
||||
super(2);
|
||||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -48,7 +48,7 @@ public class TileVacuumFreezer extends TilePowerAcceptor
|
|||
public RecipeCrafter crafter;
|
||||
|
||||
public TileVacuumFreezer() {
|
||||
super(2);
|
||||
super();
|
||||
final int[] inputs = new int[] { 0 };
|
||||
final int[] outputs = new int[] { 1 };
|
||||
this.crafter = new RecipeCrafter(Reference.vacuumFreezerRecipe, this, 2, 1, this.inventory, inputs, outputs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue