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