{ "parent": "minecraft:recipes/root", "criteria": { "has_beef": { "conditions": { "items": [ { "items": "minecraft:beef" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:cooked_beef_from_campfire_cooking" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_beef" ] ], "rewards": { "recipes": [ "minecraft:cooked_beef_from_campfire_cooking" ] } }