You've already forked minecraft-assets
Create/Update assets for version 21w15a
This commit is contained in:
36
data/minecraft/advancements/end/elytra.json
Normal file
36
data/minecraft/advancements/end/elytra.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"parent": "minecraft:end/find_end_city",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:elytra",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.end.elytra.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.end.elytra.description"
|
||||
},
|
||||
"frame": "goal",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"elytra": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:elytra"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"elytra"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user