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