{ "rewards": { "recipes": [ "minecraft:diamond_axe" ] }, "criteria": { "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "diamond_axe" } }, "has_diamond": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:diamond" } ] } } }, "requirements": [ [ "has_the_recipe" ], [ "has_diamond" ] ] }