{ "parent": "minecraft:recipes/root", "criteria": { "has_black_dye": { "conditions": { "items": [ { "items": "minecraft:black_dye" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:gray_dye" }, "trigger": "minecraft:recipe_unlocked" }, "has_white_dye": { "conditions": { "items": [ { "items": "minecraft:white_dye" } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_white_dye", "has_black_dye" ] ], "rewards": { "recipes": [ "minecraft:gray_dye" ] } }