{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:bread" }, "trigger": "minecraft:recipe_unlocked" }, "has_wheat": { "conditions": { "items": [ { "items": [ "minecraft:wheat" ] } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_wheat" ] ], "rewards": { "recipes": [ "minecraft:bread" ] } }