{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:light_gray_stained_glass_pane_from_glass_pane" ] }, "criteria": { "has_glass_pane": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:glass_pane" } ] } }, "has_light_gray_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:light_gray_dye" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:light_gray_stained_glass_pane_from_glass_pane" } } }, "requirements": [ [ "has_glass_pane", "has_light_gray_dye", "has_the_recipe" ] ] }