You've already forked minecraft-assets
Create/Update assets for version 17w17a
This commit is contained in:
23
assets/minecraft/advancements/end/dragon_egg.json
Normal file
23
assets/minecraft/advancements/end/dragon_egg.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:dragon_egg"
|
||||
},
|
||||
"title": "The Next Generation",
|
||||
"description": "Hold the Dragon Egg",
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "end/kill_dragon",
|
||||
"criteria": {
|
||||
"dragon_egg": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:dragon_egg"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user