25 lines
587 B
JSON
25 lines
587 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:skull",
|
|
"data": 5
|
|
},
|
|
"title": {
|
|
"translate": "advancements.end.kill_dragon.title"
|
|
},
|
|
"description": {
|
|
"translate": "advancements.end.kill_dragon.description"
|
|
}
|
|
},
|
|
"parent": "end/root",
|
|
"criteria": {
|
|
"killed_dragon": {
|
|
"trigger": "minecraft:player_killed_entity",
|
|
"conditions": {
|
|
"entity": {
|
|
"type": "ender_dragon"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |