25 lines
605 B
JSON
25 lines
605 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:end_crystal"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.end.respawn_dragon.title"
|
|
},
|
|
"description": {
|
|
"translate": "advancements.end.respawn_dragon.description"
|
|
},
|
|
"frame": "goal"
|
|
},
|
|
"parent": "end/kill_dragon",
|
|
"criteria": {
|
|
"summoned_dragon": {
|
|
"trigger": "minecraft:summoned_entity",
|
|
"conditions": {
|
|
"entity": {
|
|
"type": "ender_dragon"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |