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]]) */ // Glass Cable ============================================================================================================ RecipeBuilder.get("engineer") .setShaped([ [null, null, null, null, null], [, , , , ], [, , , , ], [, , , , ], [null, null, null, null, null]]) .setFluid( * 2000) .addOutput( * 10) .addTool(, 4) .addTool(, 8) .addTool(, 8) .create(); // Logic Processor ============================================================================================================ recipes.remove(); RecipeBuilder.get("engineer") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 4) .addTool(, 8) .addTool(, 8) .create(); // Calculation Processor ============================================================================================================ recipes.remove(); RecipeBuilder.get("engineer") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 4) .addTool(, 8) .addTool(, 8) .create(); // Engineering Processor ============================================================================================================ recipes.remove(); RecipeBuilder.get("engineer") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 3000) .addOutput() .addTool(, 4) .addTool(, 8) .addTool(, 8) .create(); // 1K Storage ============================================================================================================ recipes.remove(); RecipeBuilder.get("engineer") .setShaped([ [null, null, null, null, null], [, , , , ], [null, , , , null], [, , , , ], [null, null, null, null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 8) .addTool(, 4) .addTool(, 8) .create(); // 4K Storage ============================================================================================================ recipes.remove(); RecipeBuilder.get("engineer") .setShaped([ [null, null, null, null, null], [, , , , ], [null, , , , null], [, , , , ], [null, null, null, null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 8) .addTool(, 4) .addTool(, 8) .create(); // 16K Storage ============================================================================================================ recipes.remove(); RecipeBuilder.get("engineer") .setShaped([ [null, null, null, null, null], [, , , , ], [null, , , , null], [, , , , ], [null, null, null, null, null]]) .setFluid( * 3000) .addOutput() .addTool(, 8) .addTool(, 4) .addTool(, 8) .create(); // 64K Storage ============================================================================================================ recipes.remove(); RecipeBuilder.get("engineer") .setShaped([ [null, null, null, null, null], [, , , , ], [null, , , , null], [, , , , ], [null, null, null, null, null]]) .setFluid( * 4000) .addOutput() .addTool(, 10) .addTool(, 6) .addTool(, 10) .create(); // 1K Fluid Storage ============================================================================================================ recipes.remove(); RecipeBuilder.get("engineer") .setShaped([ [null, null, null, null, null], [, , , , ], [null, , , , null], [, , , , ], [null, null, null, null, null]]) .setFluid( * 1000) .addOutput() .addTool(, 8) .addTool(, 4) .addTool(, 8) .create(); // 4K Fluid Storage ============================================================================================================ recipes.remove(); RecipeBuilder.get("engineer") .setShaped([ [null, null, null, null, null], [, , , , ], [null, , , , null], [, , , , ], [null, null, null, null, null]]) .setFluid( * 2000) .addOutput() .addTool(, 8) .addTool(, 4) .addTool(, 8) .create(); // 16K Fluid Storage ============================================================================================================ recipes.remove(); RecipeBuilder.get("engineer") .setShaped([ [null, null, null, null, null], [, , , , ], [null, , , , null], [, , , , ], [null, null, null, null, null]]) .setFluid( * 3000) .addOutput() .addTool(, 8) .addTool(, 4) .addTool(, 8) .create(); // 64K Fluid Storage ============================================================================================================ recipes.remove(); RecipeBuilder.get("engineer") .setShaped([ [null, null, null, null, null], [, , , , ], [null, , , , null], [, , , , ], [null, null, null, null, null]]) .setFluid( * 4000) .addOutput() .addTool(, 10) .addTool(, 6) .addTool(, 10) .create();