{ "parent": "minecraft:recipes/root", "criteria": { "has_coal": { "conditions": { "items": [ { "items": "#minecraft:coals" } ] }, "trigger": "minecraft:inventory_changed" }, "has_stick": { "conditions": { "items": [ { "items": "minecraft:stick" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:campfire" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_stick", "has_coal" ] ], "rewards": { "recipes": [ "minecraft:campfire" ] } }