You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
31
data/minecraft/advancement/end/root.json
Normal file
31
data/minecraft/advancement/end/root.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"criteria": {
|
||||
"entered_end": {
|
||||
"conditions": {
|
||||
"to": "minecraft:the_end"
|
||||
},
|
||||
"trigger": "minecraft:changed_dimension"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/end.png",
|
||||
"description": {
|
||||
"translate": "advancements.end.root.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:end_stone"
|
||||
},
|
||||
"show_toast": false,
|
||||
"title": {
|
||||
"translate": "advancements.end.root.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"entered_end"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Reference in New Issue
Block a user