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]]) */ // Inferium Tool Core ====================================================================================================================== recipes.removeByRecipeName("mysticalagriculture:gear"); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [, , , , ], [null, , , , null], [, , , , ], [null, null, , null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 10) .addTool(, 8) .create(); // Prudentium Tool Core ====================================================================================================================== recipes.removeByRecipeName("mysticalagriculture:gear_1"); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [, , , , ], [null, , , , null], [, , , , ], [null, null, , null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 10) .addTool(, 8) .create(); // Intermedium Tool Core ====================================================================================================================== recipes.removeByRecipeName("mysticalagriculture:gear_2"); RecipeBuilder.get("mage") .setShaped([ [null, , null, , null], [null, , , , null], [, , , , ], [null, , , , null], [null, , null, , null]]) .setFluid( * 3000) .addOutput() .addTool(, 12) .addTool(, 10) .create(); // Superium Tool Core ====================================================================================================================== recipes.removeByRecipeName("mysticalagriculture:gear_3"); RecipeBuilder.get("mage") .setShaped([ [null, , null, , null], [, , , , ], [, , , , ], [, , , , ], [null, , null, , null]]) .setFluid( * 4000) .addOutput() .addTool(, 14) .addTool(, 12) .create(); // Supremium Tool Core ====================================================================================================================== recipes.removeByRecipeName("mysticalagriculture:gear_4"); RecipeBuilder.get("mage") .setShaped([ [null, , , , null], [, , , , ], [, , , , ], [, , , , ], [null, , , , null]]) .setFluid( * 5000) .addOutput() .addTool(, 16) .addTool(, 14) .create(); //-------------------------------------------------------------------------------------------------------------------------------------------- // Inferium Gear Core ====================================================================================================================== recipes.removeByRecipeName("mysticalagriculture:gear_5"); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [, , , , ], [null, , , , null], [, , , , ], [null, null, , null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 10) .addTool(, 8) .create(); // Prudentium Gear Core ====================================================================================================================== recipes.removeByRecipeName("mysticalagriculture:gear_6"); RecipeBuilder.get("mage") .setShaped([ [null, null, , null, null], [, , , , ], [null, , , , null], [, , , , ], [null, null, , null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 10) .addTool(, 8) .create(); // Intermedium Gear Core ====================================================================================================================== recipes.removeByRecipeName("mysticalagriculture:gear_7"); RecipeBuilder.get("mage") .setShaped([ [null, , null, , null], [null, , , , null], [, , , , ], [null, , , , null], [null, , null, , null]]) .setFluid( * 3000) .addOutput() .addTool(, 12) .addTool(, 10) .create(); // Superium Gear Core ====================================================================================================================== recipes.removeByRecipeName("mysticalagriculture:gear_8"); RecipeBuilder.get("mage") .setShaped([ [null, , null, , null], [, , , , ], [, , , , ], [, , , , ], [null, , null, , null]]) .setFluid( * 4000) .addOutput() .addTool(, 14) .addTool(, 12) .create(); // Supremium Gear Core ====================================================================================================================== recipes.removeByRecipeName("mysticalagriculture:gear_9"); RecipeBuilder.get("mage") .setShaped([ [null, , , , null], [, , , , ], [, , , , ], [, , , , ], [null, , , , null]]) .setFluid( * 5000) .addOutput() .addTool(, 16) .addTool(, 14) .create();