Create/Update assets for version 22w05a

This commit is contained in:
InventiveBot
2022-02-02 18:34:36 +00:00
parent 62b65a4fcd
commit a0b5bc751e
14401 changed files with 985112 additions and 18 deletions

View File

@@ -0,0 +1,38 @@
{
"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": [
{
"items": [
"minecraft:elytra"
]
}
]
}
}
},
"requirements": [
[
"elytra"
]
]
}