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]]) */ // Bare Rod ====================================================================================================================== recipes.remove(.withTag({broom_parts_tag: ["evilcraft:rod_bare"]})); RecipeBuilder.get("mage") .setShaped([ [null, null, null, , ], [null, , , , ], [null, , , , null], [, , , , null], [, , null, null, null]]) .setFluid( * 2000) .addOutput(.withTag({broom_parts_tag: ["evilcraft:rod_bare"]})) .addTool(, 10) .addTool(, 8) .create(); // Rejuvented Flesh ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, , , , ], [, , , , ], [, , , , ], [, , , , null]]) .setFluid( * 3000) .addOutput(.withTag({Fluid: {FluidName: "evilcraftblood", Amount: 0}})) .addTool(, 12) .addTool(, 8) .create(); // Bare Brush ====================================================================================================================== recipes.remove(.withTag({broom_parts_tag: ["evilcraft:brush_bare"]})); RecipeBuilder.get("mage") .setShaped([ [null, , , , null], [null, , , , null], [null, , , , null], [null, null, , null, null], [null, , , , null]]) .setFluid( * 1000) .addOutput(.withTag({broom_parts_tag: ["evilcraft:brush_bare"]})) .addTool(, 10) .addTool(, 10) .create(); // Promise of Tenacity 2 ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 10) .addTool(, 10) .create(); // Promise of Tenacity 3 ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 3000) .addOutput() .addTool(, 10) .addTool(, 10) .create(); // Promise of Tenacity Red ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 10) .addTool(, 10) .create(); // Promise of Tenacity Blue ====================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 10) .addTool(, 10) .create(); // Drop of Evil ===================================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 3000) .addOutput() .addTool(, 25) .addTool(, 25) .create(); // Necromancer Staff ===================================================================================================================================== recipes.remove(); RecipeBuilder.get("mage") .setShaped([ [null, null, , , ], [null, null, , , ], [null, , , , ], [null, , , null, null], [, null, null, null, null]]) .setFluid( * 3000) .addOutput(.withTag({Fluid: {FluidName: "evilcraftblood", Amount: 0}})) .addTool(, 25) .addTool(, 25) .create();