{ "rewards": { "recipes": [ "minecraft:gray_dye" ] }, "criteria": { "has_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:dye", "data": 15 } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "gray_dye" } } }, "requirements": [ [ "has_dye" ], [ "has_the_recipe" ] ] }