You've already forked minecraft-assets
Create/Update assets for version 17w17a
This commit is contained in:
21
assets/minecraft/advancements/end/kill_dragon.json
Normal file
21
assets/minecraft/advancements/end/kill_dragon.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:skull",
|
||||
"data": 5
|
||||
},
|
||||
"title": "Free the End",
|
||||
"description": "Good luck"
|
||||
},
|
||||
"parent": "end/root",
|
||||
"criteria": {
|
||||
"killed_dragon": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "ender_dragon"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user