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,31 @@
{
"display": {
"icon": {
"item": "minecraft:end_stone"
},
"title": {
"translate": "advancements.end.root.title"
},
"description": {
"translate": "advancements.end.root.description"
},
"frame": "task",
"show_toast": false,
"announce_to_chat": false,
"hidden": false,
"background": "minecraft:textures/gui/advancements/backgrounds/end.png"
},
"criteria": {
"entered_end": {
"trigger": "minecraft:changed_dimension",
"conditions": {
"to": "minecraft:the_end"
}
}
},
"requirements": [
[
"entered_end"
]
]
}