This commit is contained in:
modmuss50 2019-06-12 19:57:23 +01:00
parent 6b9f6cb4f8
commit 07a5c322e3
9 changed files with 256 additions and 207 deletions

View file

@ -55,7 +55,7 @@ public class TileDistillationTower extends TileGenericMachine implements IContai
final int[] inputs = new int[] { 0, 1 };
final int[] outputs = new int[] { 2, 3, 4, 5 };
this.inventory = new Inventory<>(7, "TileEnvTypeillationTower", 64, this).withConfiguredAccess();
this.crafter = new RecipeCrafter(ModRecipes.EnvTypeILLATION_TOWER, this, 2, 4, this.inventory, inputs, outputs);
this.crafter = new RecipeCrafter(ModRecipes.DISTILLATION_TOWER, this, 2, 4, this.inventory, inputs, outputs);
}
public boolean getMutliBlock() {