{ "parent": "minecraft:recipes/root", "criteria": { "has_glass": { "conditions": { "items": [ { "items": [ "minecraft:glass" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:light_gray_stained_glass" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_glass" ] ], "rewards": { "recipes": [ "minecraft:light_gray_stained_glass" ] } }