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