custom_mc_advancements/data/locations/advancements/hellmart.json

37 lines
914 B
JSON
Raw Normal View History

2021-07-29 04:51:54 +00:00
{
"display": {
"icon": {
2021-07-29 04:54:23 +00:00
"item": "minecraft:campfire"
2021-07-29 04:51:54 +00:00
},
"title": "Welcome to Hell!",
"description": "Visit Hellmart under the nether hub",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:landmarks",
2021-07-29 04:51:54 +00:00
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
2021-07-29 04:59:23 +00:00
"dimension": "minecraft:the_nether",
2021-07-29 04:51:54 +00:00
"position": {
"x": {
"min": -70,
"max": 50
},
"y": {
"min": 100,
"max": 125
},
"z": {
"min": -60,
"max": 50
}
}
}
}
}
}