custom_mc_advancements/data/canopy/advancements/yggdrasil.json

40 lines
1.0 KiB
JSON

{
"display": {
"icon": {
"item": "minecraft:dark_oak_sapling"
},
"title": "Yggdrasil",
"description": "Visit Yggdrasil at E490.",
"frame": "task",
"announce_to_chat": true
},
"parent": "landmarks:markets_and_malls",
"criteria": {
"yggdrasil": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 3780,
"max": 3870
},
"y": {
"min": 50,
"max": 120
},
"z": {
"min": 2800,
"max": 2900
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}