Budding Conversion
On this page
Add a new Budding Conversion recipe
server_scriptsThis is the Budding Conversion recipe that allows Amethyst Golems to convert amethyst blocks to budding amethyst.
Key | Description |
---|---|
input | Block ID that should be converted |
result | Block 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" });});
Next
Caster Tomes