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