Scry Ritual
On this page
Add a new Scry Ritual recipe
server_scriptsThis is the Scry Ritual recipe that allows you to scry for Amethyst blocks when augmenting the ritual with an Amethyst Shard.
Key | Description |
---|---|
augment | Item Tag of items that should use this recipe |
highlight | Block Tag of blocks that should be highlighted |
ServerEvents.recipes(event => { event.custom({ type: "ars_nouveau:scry_ritual", augment: "forge:gems/amethyst", highlight: "forge:storage_blocks/amethyst", id: "ars_nouveau:amethyst_gems" });});
Prev
Imbuement Chamber