Create/Update assets for version 22w17a

This commit is contained in:
InventiveBot
2022-04-27 18:37:06 +00:00
parent a37989648a
commit 73c68d31de
15440 changed files with 1017970 additions and 18 deletions

View File

@@ -0,0 +1,57 @@
{
"parent": "minecraft:adventure/root",
"display": {
"icon": {
"item": "minecraft:water_bucket"
},
"title": {
"translate": "advancements.adventure.fall_from_world_height.title"
},
"description": {
"translate": "advancements.adventure.fall_from_world_height.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"fall_from_world_height": {
"trigger": "minecraft:fall_from_height",
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"location": {
"position": {
"y": {
"max": -59.0
}
}
}
},
"entity": "this"
}
],
"start_position": {
"position": {
"y": {
"min": 319.0
}
}
},
"distance": {
"y": {
"min": 379.0
}
}
}
}
},
"requirements": [
[
"fall_from_world_height"
]
]
}