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