import mods.artisanworktables.builder.RecipeBuilder; /* .setShaped([ [null, null, null, null, null], [null, null, null, null, null], [null, null, null, null, null], [null, null, null, null, null], [null, null, null, null, null]]) */ // Soul Stone ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [null, null, , null, null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 6000) .addOutput() .addTool(, 8) .addTool(, 4) .create(); /* // Heart Container ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, , null, , null], [, , , , ], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 6000) .addOutput() .addTool(, 10) .addTool(, 8) .create(); */ // Duskfalem Hex ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, , , , ], [null, , , null, null], [, null, null, null, null]]) .setFluid( * 5000) .addOutput() .addTool(, 10) .addTool(, 8) .create(); // Evoker of the Fang====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, , , , ], [null, , , null, null], [, null, null, null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Ender Book ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput(.withTag({location_back: ""})) .addTool(, 12) .addTool(, 8) .create(); // Unchant Pylon ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, , , , null], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Eternal Waterbucket ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [null, , , , null], [, , , , ], [null, null, null, null, null]]) .setFluid( * 3000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Solid Ender Eye ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Fire charm ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, , , , null], [, , , , ], [, , , , ], [, , , , ], [null, , , , null]]) .setFluid( * 10000) .addOutput(.withTag({})) .addTool(, 12) .addTool(, 8) .create(); // XP Pylon ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [, , , , ], [null, , , , null]]) .setFluid( * 5000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Prospector ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, , , , ], [null, , , , ], [null, , , , null], [, null, null, null, null]]) .setFluid( * 10000) .addOutput() .addTool(, 20) .addTool(, 16) .create(); // Building Scepter ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 5000) .addOutput(.withTag({buildslot: 0})) .addTool(, 14) .addTool(, 8) .create(); // Speed Charm ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, , , , null], [, , , , ], [, , , , ], [, , , , ], [null, , , , null]]) .setFluid( * 5000) .addOutput(.withTag({})) .addTool(, 14) .addTool(, 8) .create(); // Water Charm ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 5000) .addOutput(.withTag({})) .addTool(, 14) .addTool(, 8) .create(); // Antimatter Evaporator ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, , , , ], [null, , , null, null], [, null, null, null, null]]) .setFluid( * 2000) .addOutput(.withTag({})) .addTool(, 14) .addTool(, 8) .create(); // Boomerang ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, , , , ], [, null, , , ], [null, null, null, , ], [, null, , , ], [null, , , , ]]) .setFluid( * 3000) .addOutput(.withTag({})) .addTool(, 14) .addTool(, 8) .create(); // Spawer Seeker ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 5000) .addOutput() .addTool(, 8) .addTool(, 4) .create();