Budding Conversion

Add a new Budding Conversion recipe

server_scripts

This is the Budding Conversion recipe that allows Amethyst Golems to convert amethyst blocks to budding amethyst.

KeyDescription
inputBlock ID that should be converted
resultBlock ID that should be produced
ServerEvents.recipes(event => {
event.custom({
type: "ars_nouveau:budding_conversion",
id: "ars_nouveau:budding_amethyst",
input: "minecraft:amethyst_block",
result: "minecraft:budding_amethyst"
});
});