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]]) */ // Hour Glass ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 3024) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Flügel Tiara ================================================================ recipes.removeByRecipeName("botania:flighttiara_0"); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 2000) .addOutput(.withTag({})) .addTool(, 12) .addTool(, 8) .create(); // Runic Altar ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [null, , , , null], [null, , , , null], [, , , , ]]) .setFluid( * 2000) .addOutput() .addTool(, 12) .addTool(, 8) .create(); // Brew Stand ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [null, , , , null], [, , , , ]]) .setFluid( * 5000) .addOutput() .addTool(, 15) .addTool(, 10) .create(); // Incense Stick ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 2000) .addOutput(.withTag({})) .addTool(, 10) .addTool(, 4) .create(); // Rod of The Skies ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 2000) .addOutput(.withTag({})) .addTool(, 10) .addTool(, 4) .create(); // Rod of The Earth ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 10) .addTool(, 4) .create(); // Rod of The See ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , .withTag({Potion: "minecraft:water"}), .withTag({Potion: "minecraft:water"})], [null, null, , , .withTag({Potion: "minecraft:water"})], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 10) .addTool(, 4) .create(); // Rod of The Depths ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 10) .addTool(, 4) .create(); // Rod of The Molten Core ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 5000) .addOutput() .addTool(, 10) .addTool(, 4) .create(); // Rod of The Shifting Crust ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , .withTag({Material: "solarium"})], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 3000) .addOutput(.withTag({})) .addTool(, 10) .addTool(, 4) .create(); // Rod of The Hellas ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 3000) .addOutput() .addTool(, 10) .addTool(, 4) .create(); // Rod of The Biofrost ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 10000) .addOutput() .addTool(, 10) .addTool(, 4) .create(); // Godess Charm ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [, , , , ], [, , , , ]]) .setFluid( * 8000) .addOutput(.withTag({})) .addTool(, 10) .addTool(, 4) .create(); // Rod of the Shaded Mesa ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 5000) .addOutput() .addTool(, 10) .addTool(, 4) .create(); // Rod of the Unstable Reservoir ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 5000) .addOutput() .addTool(, 10) .addTool(, 4) .create(); // Rod of the Highlands ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 5000) .addOutput() .addTool(, 10) .addTool(, 4) .create(); // Rod of the Plentyfull Mantle ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, null], [, null, null, null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 10) .addTool(, 4) .create(); // Rod of Terrafirma ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, , , , ], [null, null, , , ], [null, null, , , ], [null, , null, null, ], [, null, null, null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 10) .addTool(, 4) .create(); // Mana Mirror ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, , , , ], [null, , , , ], [null, null, , , ], [null, , null, , ], [, null, null, null, null]]) .setFluid( * 1000) .addOutput(.withTag({mana: 0})) .addTool(, 16) .addTool(, 8) .create(); // Spectator ================================================================ recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, null, null, null], [, , , , ], [, , , , ], [, , , , ], [null, null, null, null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 16) .addTool(, 8) .create();