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]]) */ // Sigil of the Blood Lamp ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 3000) .addOutput(.withTag({})) .addTool(, 20) .addTool(, 14) .create(); // Ender Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 1000) .addOutput(.withTag({})) .addTool(, 20) .addTool(, 14) .create(); // Air Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, , , , null], [null, , , , null], [, , , , ], [null, , , , null], [null, , , , null]]) .setFluid( * 4000) .addOutput() .addTool(, 20) .addTool(, 14) .create(); // Void Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 20) .addTool(, 14) .create(); // Growth Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput(.withTag({})) .addTool(, 20) .addTool(, 14) .create(); // Elemental Affinity Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 4000) .addOutput(.withTag({})) .addTool(, 20) .addTool(, 14) .create(); // Magnetism Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 4000) .addOutput(.withTag({})) .addTool(, 20) .addTool(, 14) .create(); // Suppression Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 1000) .addOutput(.withTag({})) .addTool(, 20) .addTool(, 14) .create(); // Haste Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 1000) .addOutput(.withTag({})) .addTool(, 20) .addTool(, 14) .create(); // Mining Haste Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 4000) .addOutput(.withTag({})) .addTool(, 20) .addTool(, 14) .create(); // Phantom Bridge Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput(.withTag({})) .addTool(, 20) .addTool(, 14) .create(); // Transposition Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 20) .addTool(, 14) .create(); // Telepositions Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 20) .addTool(, 14) .create(); // Compression Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput(.withTag({})) .addTool(, 20) .addTool(, 14) .create(); // Severance Sigil ====================================================================================================================== mods.bloodmagic.AlchemyArray.removeRecipe(, ); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput(.withTag({})) .addTool(, 20) .addTool(, 14) .create();