{ "parent": "minecraft:recipes/root", "criteria": { "has_breeze_rod": { "conditions": { "items": [ { "items": "minecraft:breeze_rod" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:wind_charge" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_breeze_rod" ] ], "rewards": { "recipes": [ "minecraft:wind_charge" ] } }