{ "rewards": { "recipes": [ "minecraft:cake" ] }, "criteria": { "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cake" } }, "has_egg": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:egg" } ] } } }, "requirements": [ [ "has_the_recipe" ], [ "has_egg" ] ] }