{ "parent": "minecraft:recipes/root", "criteria": { "has_oxeye_daisy": { "conditions": { "items": [ { "items": "minecraft:oxeye_daisy" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:light_gray_dye_from_oxeye_daisy" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_oxeye_daisy" ] ], "rewards": { "recipes": [ "minecraft:light_gray_dye_from_oxeye_daisy" ] } }