{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:torch" ] }, "criteria": { "has_stone_pickaxe": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:stone_pickaxe" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:torch" } } }, "requirements": [ [ "has_stone_pickaxe", "has_the_recipe" ] ] }