{ "parent": "minecraft:recipes/root", "criteria": { "has_soul_torch": { "conditions": { "items": [ { "items": [ "minecraft:soul_torch" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:soul_lantern" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_soul_torch", "has_the_recipe" ] ], "rewards": { "recipes": [ "minecraft:soul_lantern" ] }, "sends_telemetry_event": false }