Files
minecraft-assets/assets/minecraft/advancements/story/summon_wither.json
2017-03-30 14:00:41 +00:00

17 lines
394 B
JSON

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