Customization
Add a Blender Recipe with CraftTweaker
recipes.addJsonRecipe("blend_purple_dye", {
type: "forbiddensmoothies:blender",
ingredients: [<item:minecraft:red_dye>, <item:minecraft:blue_dye>],
result: <item:minecraft:purple_dye>,
});
Add a Printer Recipe with CraftTweaker
recipes.addJsonRecipe("print_emerald", {
type: "forbiddensmoothies:printer",
ingredients: [<item:minecraft:lime_dye>, <item:minecraft:lime_dye>, <item:minecraft:lime_dye>],
result: <item:minecraft:emerald>,
});