Files
minecraft-assets/assets/minecraft/advancements/nether/summon_wither.json
2017-04-26 14:35:29 +00:00

20 lines
465 B
JSON

{
"display": {
"icon": {
"item": "minecraft:nether_star"
},
"title": "Withering Heights",
"description": "Summon the Wither"
},
"parent": "minecraft:nether/get_wither_skull",
"criteria": {
"summoned": {
"trigger": "minecraft:summoned_entity",
"conditions": {
"entity": {
"type": "wither"
}
}
}
}
}