Files
minecraft-assets/assets/minecraft/advancements/story/summon_wither.json
2017-04-15 11:12:58 +00:00

18 lines
432 B
JSON

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