{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:skull_banner_pattern" }, "trigger": "minecraft:recipe_unlocked" }, "has_wither_skeleton_skull": { "conditions": { "items": [ { "items": "minecraft:wither_skeleton_skull" } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_wither_skeleton_skull" ] ], "rewards": { "recipes": [ "minecraft:skull_banner_pattern" ] } }