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]]) */ // Vengance Pickaxe ============================================================================================================ recipes.remove(); RecipeBuilder.get("blacksmith") .setShaped([ [, , , , ], [, null, , null, ], [null, null, , null, null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 10000) .addOutput(.withTag({ench: [{lvl: 5 as short, id: 35 as short}, {lvl: 3 as short, id: 91 as short}]})) .addTool(, 10) .addTool(, 10) .addTool(, 4) .create(); RecipeBuilder.get("blacksmith") .setShaped([ [, , , , ], [, null, , null, ], [null, null, , null, null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 9000) .addOutput(.withTag({ench: [{lvl: 5 as short, id: 35 as short}, {lvl: 3 as short, id: 91 as short}]})) .addTool(, 10) .addTool(, 10) .addTool(, 4) .create(); RecipeBuilder.get("blacksmith") .setShaped([ [, , , , ], [, null, , null, ], [null, null, , null, null], [null, null, , null, null], [null, null, , null, null]]) .setFluid( * 8000) .addOutput(.withTag({ench: [{lvl: 5 as short, id: 35 as short}, {lvl: 3 as short, id: 91 as short}]})) .addTool(, 10) .addTool(, 10) .addTool(, 4) .create(); // Vein Sword============================================================================================================ recipes.remove(); RecipeBuilder.get("blacksmith") .setShaped([ [null, null, null, null, ], [null, null, , , null], [null, , , , null], [null, , , null, null], [, null, null, null, null]]) .setFluid( * 8000) .addOutput(.withTag({ench: [{lvl: 2 as short, id: 21 as short}]})) .addTool(, 10) .addTool(, 10) .addTool(, 4) .create(); RecipeBuilder.get("blacksmith") .setShaped([ [null, null, null, null, ], [null, null, , , null], [null, , , , null], [null, , , null, null], [, null, null, null, null]]) .setFluid( * 7000) .addOutput(.withTag({ench: [{lvl: 2 as short, id: 21 as short}]})) .addTool(, 10) .addTool(, 10) .addTool(, 4) .create(); RecipeBuilder.get("blacksmith") .setShaped([ [null, null, null, null, ], [null, null, , , null], [null, , , , null], [null, , , null, null], [, null, null, null, null]]) .setFluid( * 6000) .addOutput(.withTag({ench: [{lvl: 2 as short, id: 21 as short}]})) .addTool(, 10) .addTool(, 10) .addTool(, 4) .create();