You've already forked minecraft-assets
Create/Update assets for version 17w17a
This commit is contained in:
21
assets/minecraft/advancements/end/respawn_dragon.json
Normal file
21
assets/minecraft/advancements/end/respawn_dragon.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user