You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
31
data/minecraft/advancements/end/root.json
Normal file
31
data/minecraft/advancements/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"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:end_stone"
|
||||
},
|
||||
"show_toast": false,
|
||||
"title": {
|
||||
"translate": "advancements.end.root.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"entered_end"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user