import mods.thaumcraft.Infusion; import mods.modularmachinery.RecipeBuilder; mods.extendedcrafting.TableCrafting.addShaped(, [[, , ], [, , ], [, , ]]); mods.thermalexpansion.InductionSmelter.addRecipe(, , , 200); mods.thermalexpansion.InductionSmelter.addRecipe(, , , 200); mods.actuallyadditions.Empowerer.addRecipe(, , , , , , 100, 60); mods.actuallyadditions.Empowerer.addRecipe(, , , , , , 100, 60); mods.techreborn.rollingMachine.addShaped(, [[, , ], [, , ], [, , ]]); mods.thaumcraft.Infusion.registerRecipe("precasiainfusion", "", , 10, [*50, *50, *25, *25], , [, , , , , , , ]); mods.thaumcraft.Infusion.registerRecipe("lelyetiainfusion", "", , 10, [*50, *50, *25, *25], , [, , , , , , , ]); mods.thaumcraft.Infusion.registerRecipe("barathosinfusion", "", , 10, [*50, *50, *25, *25], , [, , , , , , , ]); mods.thaumcraft.Infusion.registerRecipe("creeponiainfusion", "", , 10, [*50, *50, *25, *25], , [, , , , , , , ]); mods.thaumcraft.Infusion.registerRecipe("deeplandsinfusion", "", , 10, [*50, *50, *25, *25], , [, , , , , , , ]); mods.thaumcraft.Infusion.registerRecipe("abyssinfusion", "", , 10, [*50, *50, *25, *25], , [, , , , , , , ]); recipes.remove(, true); val edenenchanting = RecipeBuilder.newBuilder("edenenchanting","gravitite_enchanter",300); edenenchanting.addFluidInput(*30000); edenenchanting.addItemInput(); edenenchanting.addItemInput(*4); edenenchanting.addItemInput(*4); edenenchanting.addItemOutput(*4); edenenchanting.build(); /* recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); */