{ "rewards": { "recipes": [ "minecraft:stick" ] }, "criteria": { "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "stick" } }, "has_planks": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:planks" } ] } } }, "requirements": [ [ "has_the_recipe" ], [ "has_planks" ] ] }