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]]) */ // Invigorating Pendant ====================================================================================================================== recipes.remove(); RecipeBuilder.get("jeweler") .setShaped([ [null, null, , null, null], [null, , .withTag({orb:"bloodmagic:weak"}), , null], [, null, null, null, ], [, , , , ], [null, , , , null]]) .setFluid( * 2016) .addOutput(.withTag({Fluid: {FluidName: "evilcraftblood", Amount: 0}})) .addTool(, 10) .addTool(, 4) .addTool(, 10) .create(); // Primed Pendant ====================================================================================================================== recipes.remove(); RecipeBuilder.get("jeweler") .setShaped([ [null, null, , null, null], [null, , , , null], [, null, null, null, ], [, , , , ], [null, , , , null]]) .setFluid( * 1008) .addOutput(.withTag({NBTSimpleInventory: [], Fluid: {FluidName: "evilcraftblood", Amount: 0}})) .addTool(, 10) .addTool(, 4) .addTool(, 10) .create(); // Blood Pearl of Teleportation ====================================================================================================================== recipes.remove(); RecipeBuilder.get("jeweler") .setShaped([ [, null, , null, ], [null, , , , null], [, , , , ], [null, , , , null], [, null, , null, ]]) .setFluid( * 1008) .addOutput(.withTag({Fluid: {FluidName: "evilcraftblood", Amount: 0}})) .addTool(, 10) .addTool(, 4) .addTool(, 10) .create(); // Effortless Ring ====================================================================================================================== recipes.remove(); RecipeBuilder.get("jeweler") .setShaped([ [null, null, , null, null], [null, , , , null], [, , , , ], [null, , , , null], [null, null, , null, null]]) .setFluid( * 1008) .addOutput() .addTool(, 10) .addTool(, 4) .addTool(, 10) .create();