#Name: AppliedEnergistics2.zs #Author: Feed the Beast and Sunekaer print("Initializing 'AppliedEnergistics2.zs'..."); //import mods.appliedenergistics2.Grinder; //Recipe conflict recipes.removeShapeless( * 2, [, ]); mods.jei.JEI.removeAndHide(); recipes.addShaped(.withTag({damage: 0, item: "minecraft:glass"}), [ [null, , null], [, , ], [null, , null] ]); mods.thermalexpansion.InductionSmelter.addRecipe(, , , 1500); mods.thermalexpansion.InductionSmelter.addRecipe(, , , 1500); mods.thermalexpansion.InductionSmelter.addRecipe(, , , 1500); mods.thermalexpansion.InductionSmelter.addRecipe(, , , 1500); mods.thermalexpansion.InductionSmelter.addRecipe(, , , 1500); mods.extrautils2.Crusher.add(, ); mods.extrautils2.Crusher.add(, ); mods.extrautils2.Crusher.add(, ); mods.extrautils2.Crusher.add(, ); //grinder not accepting wheat, even tho the recipe shows in jei mods.appliedenergistics2.Grinder.removeRecipe(); mods.appliedenergistics2.Grinder.addRecipe(, , 4); mods.appliedenergistics2.Grinder.addRecipe(, ,4); print("Initialized 'AppliedEnergistics2.zs'");