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