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