custom_mc_advancements/data/landmarks/advancements/ixos_mall.json

40 lines
1.1 KiB
JSON

{
"display": {
"icon": {
"item": "minecraft:chiseled_quartz_block"
},
"title": "Ixos Mall",
"description": "Visit the Ixos Mall at N66.",
"frame": "task",
"announce_to_chat": true
},
"parent": "landmarks:markets_and_malls",
"criteria": {
"southern_market": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -125,
"max": 50
},
"y": {
"min": 50,
"max": 100
},
"z": {
"min": -640,
"max": -460
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}