You've already forked minecraft-assets
Create/Update assets for version 1.17.1
This commit is contained in:
31
data/minecraft/advancements/nether/root.json
Normal file
31
data/minecraft/advancements/nether/root.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:red_nether_bricks"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.root.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.root.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false,
|
||||
"hidden": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/nether.png"
|
||||
},
|
||||
"criteria": {
|
||||
"entered_nether": {
|
||||
"trigger": "minecraft:changed_dimension",
|
||||
"conditions": {
|
||||
"to": "minecraft:the_nether"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"entered_nether"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user