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]]) */ // Ender Orb ====================================================================================================================== recipes.remove(); RecipeBuilder.get("jeweler") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 3024) .addOutput() .addTool(, 8) .addTool(, 4) .addTool(, 8) .create(); // Ender Orb Tranlocator ====================================================================================================================== recipes.remove(); RecipeBuilder.get("jeweler") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 3024) .addOutput() .addTool(, 8) .addTool(, 4) .addTool(, 8) .create();