Adding event area advancement and updating locations to show in chat
parent
226c786027
commit
ebf2f95522
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:target"
|
||||
},
|
||||
"title": "Gaminga!",
|
||||
"description": "Visit the games/event area at E 49.",
|
||||
"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": 330,
|
||||
"max": 460
|
||||
},
|
||||
"y": {
|
||||
"min": 60,
|
||||
"max": 100
|
||||
},
|
||||
"z": {
|
||||
"min": -380,
|
||||
"max": -300
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
"description": "Stepped foot in the Olive Garden Casino at N 270",
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": false
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"parent": "locations:landmarks",
|
||||
"criteria": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"description": "Check out the spawn market at E 30",
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": false
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"parent": "locations:root",
|
||||
"criteria": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"description": "Hit the slopes at Mont Canopy (W 55)",
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": false
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"parent": "locations:landmarks",
|
||||
"criteria": {
|
||||
|
|
Loading…
Reference in New Issue