{ "parent": "minecraft:recipes/root", "criteria": { "has_allium": { "conditions": { "items": [ { "items": [ "minecraft:allium" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:magenta_dye_from_allium" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_allium", "has_the_recipe" ] ], "rewards": { "recipes": [ "minecraft:magenta_dye_from_allium" ] }, "sends_telemetry_event": false }