{ "parent": "minecraft:recipes/root", "criteria": { "has_salmon": { "conditions": { "items": [ { "items": [ "minecraft:salmon" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:cooked_salmon_from_campfire_cooking" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_salmon" ] ], "rewards": { "recipes": [ "minecraft:cooked_salmon_from_campfire_cooking" ] } }