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]]) */ // Chicken Ring====================================================================================================================== recipes.remove(); RecipeBuilder.get("jeweler") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2016) .addOutput() .addTool(, 8) .addTool(, 4) .addTool(, 8) .create(); // Ring of the Flying Squid ========================================================================================================== recipes.remove(); RecipeBuilder.get("jeweler") .setShaped([ [, null, , null, ], [null, , , , null], [, , , , ], [null, , , , null], [, null, , null, ]]) .setFluid( * 2016) .addOutput() .addTool(, 8) .addTool(, 4) .addTool(, 8) .create(); // Angel Ring ========================================================================================================== recipes.removeByRecipeName("extrautils2:angel_ring_0"); RecipeBuilder.get("jeweler") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 3024) .addOutput() .addTool(, 10) .addTool(, 8) .addTool(, 10) .create(); // Angel Ring 1 ========================================================================================================== recipes.removeByRecipeName("extrautils2:angel_ring_1"); RecipeBuilder.get("jeweler") .setShaped([ [null, null, , null, null], [, , , , ], [, , , , ], [, , , , ], [null, null, , null, null]]) .setFluid( * 3024) .addOutput() .addTool(, 10) .addTool(, 8) .addTool(, 10) .create(); // Angel Ring 2 ========================================================================================================== recipes.removeByRecipeName("extrautils2:angel_ring_2"); RecipeBuilder.get("jeweler") .setShaped([ [null, null, , null, null], [, , , , ], [, , , , ], [, , , , ], [null, null, , null, null]]) .setFluid( * 3024) .addOutput() .addTool(, 10) .addTool(, 8) .addTool(, 10) .create(); // Angel Ring 3 ========================================================================================================== recipes.removeByRecipeName("extrautils2:angel_ring_3"); RecipeBuilder.get("jeweler") .setShaped([ [null, null, , null, null], [, , , , ], [, , , , ], [, , , , ], [null, null, , null, null]]) .setFluid( * 3024) .addOutput() .addTool(, 10) .addTool(, 8) .addTool(, 10) .create(); // Angel Ring 4 ========================================================================================================== recipes.removeByRecipeName("extrautils2:angel_ring_4"); RecipeBuilder.get("jeweler") .setShaped([ [null, null, , null, null], [, , , , ], [, , , , ], [, , , , ], [null, null, , null, null]]) .setFluid( * 3024) .addOutput() .addTool(, 10) .addTool(, 8) .addTool(, 10) .create(); // Angel Ring 5 ========================================================================================================== recipes.removeByRecipeName("extrautils2:angel_ring_5"); RecipeBuilder.get("jeweler") .setShaped([ [null, null, , null, null], [, , , , ], [, , , , ], [, , , , ], [null, null, , null, null]]) .setFluid( * 3024) .addOutput() .addTool(, 10) .addTool(, 8) .addTool(, 10) .create();