24 lines
589 B
JSON
24 lines
589 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |