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