Enchanting Apparatus
On this page
Add a new Enchanting Apparatus recipe
server_scriptsKey | Description |
---|---|
source | How much source is required |
reagent | The central item placed inside the Enchanting Apparatus |
keepNbtOfReagent | Whether NBT from the reagent should be copied over to the output |
pedestalItems | A list of items required on pedestals around the Imbuement Chamber |
ServerEvents.recipes(event => { event.custom({ type: "ars_nouveau:enchanting_apparatus", keepNbtOfReagent: false, output: { item: "ars_nouveau:alchemists_crown" }, pedestalItems: [ { item: "minecraft:glass_bottle" }, { item: "minecraft:glass_bottle" }, { item: "minecraft:glass_bottle" }, ], reagent: [ { item: "minecraft:golden_helmet" }, ], sourceCost: 0 })});
Prev
Dispel Entity Next
Enchantment