{ "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:white_concrete_powder" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_sand", "has_gravel", "has_the_recipe" ] ], "rewards": { "recipes": [ "minecraft:white_concrete_powder" ] }, "sends_telemetry_event": false }