Adding event area advancement and updating locations to show in chat

master
Ben Maurer 2022-02-27 16:31:32 +00:00
parent 226c786027
commit ebf2f95522
4 changed files with 39 additions and 3 deletions

View File

@ -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
}
}
}
}
}
}

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {