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