{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:candle" ] }, "criteria": { "has_string": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:string" } ] } }, "has_honeycomb": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:honeycomb" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:candle" } } }, "requirements": [ [ "has_string", "has_honeycomb", "has_the_recipe" ] ] }