{ "rewards": { "recipes": [ "minecraft:spectral_arrow" ] }, "criteria": { "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "spectral_arrow" } }, "has_glowstone_dust": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:glowstone_dust" } ] } } }, "requirements": [ [ "has_the_recipe" ], [ "has_glowstone_dust" ] ] }