Create/Update assets for version 23w13a

This commit is contained in:
InventiveBot
2023-03-29 18:28:31 +02:00
parent ac71300366
commit 1eca4a5a59
17982 changed files with 1191614 additions and 18 deletions

View File

@@ -0,0 +1,38 @@
{
"parent": "minecraft:nether/root",
"criteria": {
"travelled": {
"conditions": {
"distance": {
"horizontal": {
"min": 7000.0
}
}
},
"trigger": "minecraft:nether_travel"
}
},
"display": {
"announce_to_chat": true,
"description": {
"translate": "advancements.nether.fast_travel.description"
},
"frame": "challenge",
"hidden": false,
"icon": {
"item": "minecraft:map"
},
"show_toast": true,
"title": {
"translate": "advancements.nether.fast_travel.title"
}
},
"requirements": [
[
"travelled"
]
],
"rewards": {
"experience": 100
}
}