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