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