MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

summon_wither.json0 B

Empty File
{
    "display": {
        "icon": {
            "item": "minecraft:nether_star"
        },
        "title": {
            "translate": "advancements.nether.summon_wither.title"
        },
        "description": {
            "translate": "advancements.nether.summon_wither.description"
        }
    },
    "parent": "minecraft:nether/get_wither_skull",
    "criteria": {
        "summoned": {
            "trigger": "minecraft:summoned_entity",
            "conditions": {
                "entity": {
                    "type": "wither"
                }
            }
        }
    }
}