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