{ "rewards": { "recipes": [ "minecraft:arrow" ] }, "criteria": { "has_feather": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:feather" } ] } }, "has_flint": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:flint" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "arrow" } } }, "requirements": [ [ "has_feather" ], [ "has_flint" ], [ "has_the_recipe" ] ] }