{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:cookie" ] }, "criteria": { "has_cocoa": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:dye", "data": 3 } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "cookie" } } }, "requirements": [ [ "has_cocoa", "has_the_recipe" ] ] }