- Added hellmart location
parent
5e9dd12f8a
commit
e96e2a8bd6
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue