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