You've already forked minecraft-assets
21 lines
494 B
JSON
21 lines
494 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:end_crystal"
|
|
},
|
|
"title": "The End... Again...",
|
|
"description": "Respawn the ender dragon",
|
|
"frame": "goal"
|
|
},
|
|
"parent": "end/kill_dragon",
|
|
"criteria": {
|
|
"summoned_dragon": {
|
|
"trigger": "minecraft:summoned_entity",
|
|
"conditions": {
|
|
"entity": {
|
|
"type": "ender_dragon"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |