#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); # Fix Pure Certus in Insolator recipes.removeByRecipeName("appliedenergistics2:misc/seeds_certus"); recipes.removeByRecipeName("appliedenergistics2:misc/seeds_nether"); recipes.removeByRecipeName("appliedenergistics2:misc/seeds_fluix"); recipes.addShapeless(.withTag({progress: 0})*2, [, ] ); recipes.addShapeless(.withTag({progress: 600})*2, [, ] ); recipes.addShapeless(.withTag({progress: 1200})*2, [, ] ); mods.thermalexpansion.Insolator.removeRecipe(, ); mods.thermalexpansion.Insolator.removeRecipe(, ); mods.thermalexpansion.Insolator.removeRecipe(, ); mods.thermalexpansion.Insolator.addRecipe(, .withTag({progress: 0}), , 1500, null, 0, 3000); mods.thermalexpansion.Insolator.addRecipe(, .withTag({progress: 600}), , 1500, null, 0, 3000); mods.thermalexpansion.Insolator.addRecipe(, .withTag({progress: 1200}), , 1500, null, 0, 3000); print("Initialized 'AppliedEnergistics2.zs'");