{ "parent": "minecraft:recipes/root", "criteria": { "has_soul_sand": { "conditions": { "items": [ { "tag": "minecraft:soul_fire_base_blocks" } ] }, "trigger": "minecraft:inventory_changed" }, "has_stick": { "conditions": { "items": [ { "items": [ "minecraft:stick" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:soul_campfire" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_stick", "has_soul_sand", "has_the_recipe" ] ], "rewards": { "recipes": [ "minecraft:soul_campfire" ] } }