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