{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:yellow_banner" }, "trigger": "minecraft:recipe_unlocked" }, "has_yellow_wool": { "conditions": { "items": [ { "items": [ "minecraft:yellow_wool" ] } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_yellow_wool" ] ], "rewards": { "recipes": [ "minecraft:yellow_banner" ] } }