custom_mc_advancements/data/locations/advancements/here_comes_the_money.json

37 lines
939 B
JSON

{
"display": {
"icon": {
"item": "minecraft:diamond_block"
},
"title": "Here Comes the Money!",
"description": "Stepped foot in the Olive Garden Casino at N 270",
"frame": "task",
"show_toast": true,
"announce_to_chat": true
},
"parent": "locations:landmarks",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 908,
"max": 981
},
"y": {
"min": 70,
"max": 87
},
"z": {
"min": -2221,
"max": -2167
}
}
}
}
}
}