import mods.artisanworktables.builder.RecipeBuilder; print("Initializing 'NA04 - ZCM/Composite Alterlite recipes and content for New Alterlite'..."); // ZCM Makeshift Furnace -- Deprecated, will be removed. /* recipes.addShaped("zcm_furnace", , [[, , ], [, , ], [, , ]]); print("Making sure this mod is disabled. If you can see this, the script is not properly configured!"); */ // See 1x_artisan_x.zs scripts for labyrinth blocks recipes and the sort. // Composite Block Recipe RecipeBuilder.get("mason") .setShaped([ [, , ], [, , ], [, , ]]) .addOutput( * 4) .addTool(, 8) .addTool(, 8) .setName("na04_zcm_ca_composite_block_recipe") .create(); // Synthetic Dirt recipes.addShaped("zcm_ca_synthetic_dirt_recipe", , [[, , null], [, , null], [null, null, null]]); // Synthetic Sand recipes.addShaped("zcm_ca_synthetic_sand_recipe", , [[, , null], [, , null], [null, null, null]]); print("Initialization of 'NA04 - ZCM/Composite Alterlite recipes and content for New Alterlite' has been completed.");