custom_mc_advancements/data/landmarks/advancements/southern_market.json

40 lines
1.1 KiB
JSON

{
"display": {
"icon": {
"item": "minecraft:diamond"
},
"title": "Southern Market",
"description": "Visit the Southern Market at S50.",
"frame": "task",
"announce_to_chat": true
},
"parent": "landmarks:markets_and_malls",
"criteria": {
"southern_market": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -98,
"max": 125
},
"y": {
"min": 60,
"max": 100
},
"z": {
"min": 301,
"max": 489
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}