- Added hellmart location

master
Ben Maurer 2021-07-28 23:51:54 -05:00
parent 5e9dd12f8a
commit e96e2a8bd6
2 changed files with 37 additions and 1 deletions

View File

@ -0,0 +1,36 @@
{
"display": {
"icon": {
"item": "minecraft:fire"
},
"title": "Welcome to Hell!",
"description": "Visit Hellmart under the nether hub",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:root",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -70,
"max": 50
},
"y": {
"min": 100,
"max": 125
},
"z": {
"min": -60,
"max": 50
}
}
}
}
}
}

View File

@ -3,7 +3,7 @@
"icon": {
"item": "minecraft:ladder"
},
"title": "I'm Flying Jack!",
"title": "I'm Flying, Jack!",
"description": "Summit spawn mountain",
"frame": "task",
"show_toast": false,