37 lines
No EOL
753 B
JSON
37 lines
No EOL
753 B
JSON
{
|
|
"parent": "minecraft:nether/get_wither_skull",
|
|
"criteria": {
|
|
"summoned": {
|
|
"conditions": {
|
|
"entity": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"type": "minecraft:wither"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:summoned_entity"
|
|
}
|
|
},
|
|
"display": {
|
|
"description": {
|
|
"translate": "advancements.nether.summon_wither.description"
|
|
},
|
|
"icon": {
|
|
"count": 1,
|
|
"id": "minecraft:nether_star"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.nether.summon_wither.title"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"summoned"
|
|
]
|
|
],
|
|
"sends_telemetry_event": true
|
|
} |