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