{ "parent": "minecraft:recipes/root", "criteria": { "has_cocoa_beans": { "conditions": { "items": [ { "items": "minecraft:cocoa_beans" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:brown_dye" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_cocoa_beans" ] ], "rewards": { "recipes": [ "minecraft:brown_dye" ] } }