{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:white_banner" }, "trigger": "minecraft:recipe_unlocked" }, "has_white_wool": { "conditions": { "items": [ { "items": "minecraft:white_wool" } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_white_wool" ] ], "rewards": { "recipes": [ "minecraft:white_banner" ] } }