{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:gray_dye" ] }, "criteria": { "has_bonemeal": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:dye", "data": 15 } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "gray_dye" } }, "has_black_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:dye", "data": 0 } ] } } }, "requirements": [ [ "has_bonemeal", "has_the_recipe", "has_black_dye" ] ] }