{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:crossbow" ] }, "criteria": { "has_string": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "items": [ "minecraft:string" ] } ] } }, "has_stick": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "items": [ "minecraft:stick" ] } ] } }, "has_iron_ingot": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "items": [ "minecraft:iron_ingot" ] } ] } }, "has_tripwire_hook": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "items": [ "minecraft:tripwire_hook" ] } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:crossbow" } } }, "requirements": [ [ "has_string", "has_stick", "has_iron_ingot", "has_tripwire_hook", "has_the_recipe" ] ] }