Scry Ritual

Add a new Scry Ritual recipe

server_scripts

This is the Scry Ritual recipe that allows you to scry for Amethyst blocks when augmenting the ritual with an Amethyst Shard.

KeyDescription
augmentItem Tag of items that should use this recipe
highlightBlock 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"
});
});