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]]) */ // Aquamarine ====================================================================================================================== RecipeBuilder.get("mage") .setShaped([ [null, null, null, null, null], [null, null, , null, null], [null, , , , null], [null, null, , null, null], [null, null, null, null, null]]) .setFluid( * 1008) .addOutput( * 4) .addTool(, 12) .addTool(, 8) .create(); RecipeBuilder.get("mage") .setShaped([ [null, null, null, null, null], [null, null, , null, null], [null, , , , null], [null, null, , null, null], [null, null, null, null, null]]) .setFluid( * 1008) .addOutput( * 4) .addTool(, 12) .addTool(, 8) .create(); RecipeBuilder.get("mage") .setShaped([ [null, null, null, null, null], [null, null, , null, null], [null, , , , null], [null, null, , null, null], [null, null, null, null, null]]) .setFluid( * 3024) .addOutput( * 50) .addTool(, 20) .addTool(, 20) .create(); RecipeBuilder.get("mage") .setShaped([ [null, null, null, null, null], [null, null, , null, null], [null, , , , null], [null, null, , null, null], [null, null, null, null, null]]) .setFluid( * 3024) .addOutput( * 50) .addTool(, 20) .addTool(, 20) .create(); // Starlight Crafting Altar ====================================================================================================================== RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, .withTag({Fluid: {FluidName: "whiteessence", Amount: 1000}}), , .withTag({Fluid: {FluidName: "whiteessence", Amount: 1000}}), ], [null, , , , null], [, , , , ]]) .setFluid( * 8000) .addOutput() .addTool(, 30) .addTool(, 15) .create(); // Celestial Altar ====================================================================================================================== RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 12000) .addOutput() .addTool(, 40) .addTool(, 20) .create(); // Iridescent Altar ====================================================================================================================== RecipeBuilder.get("mage") .setShaped([ [, , , , ], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .setFluid( * 16000) .addOutput() .addTool(, 50) .addTool(, 30) .create(); // Luminous Crafting Table ====================================================================================================================== RecipeBuilder.get("mage") .setShaped([ [null, null, null, null, null], [, , , , ], [, , , , ], [, , , , ], [, , , , ]]) .addOutput() .addTool(, 16) .addTool(, 8) .create(); // Cave Illuminator ====================================================================================================================== RecipeBuilder.get("mage") .setShaped([ [null, , , , null], [, , , , ], [, , , , ], [, , , , ], [null, , , , null]]) .setFluid( * 4000) .addOutput() .addTool(, 12) .addTool(, 6) .create();