Create/Update assets for version 1.12.2

This commit is contained in:
InventiveBot
2018-01-13 19:17:52 +00:00
parent edd2521bab
commit 3360cc4a4e
5926 changed files with 352052 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"display": {
"icon": {
"item": "minecraft:end_stone"
},
"title": {
"translate": "advancements.end.root.title"
},
"description": {
"translate": "advancements.end.root.description"
},
"background": "minecraft:textures/gui/advancements/backgrounds/end.png",
"show_toast": false,
"announce_to_chat": false
},
"criteria": {
"entered_end": {
"trigger": "minecraft:changed_dimension",
"conditions": {
"to": "the_end"
}
}
}
}