{ "parent": "minecraft:recipes/root", "criteria": { "has_item": { "conditions": { "items": [ { "items": [ "minecraft:amethyst_shard" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "hexcasting:scroll_paper" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_item", "has_the_recipe" ] ], "rewards": { "recipes": [ "hexcasting:scroll_paper" ] } }