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