diff --git a/data/canopy/advancements/my_friend_petey.json b/data/disabled/my_friend_petey.json similarity index 100% rename from data/canopy/advancements/my_friend_petey.json rename to data/disabled/my_friend_petey.json diff --git a/data/locations/advancements/here_comes_the_money.json b/data/locations/advancements/here_comes_the_money.json new file mode 100644 index 0000000..fce175d --- /dev/null +++ b/data/locations/advancements/here_comes_the_money.json @@ -0,0 +1,36 @@ +{ + "display": { + "icon": { + "item": "minecraft:diamond_block" + }, + "title": "Here Comes the Money!", + "description": "Stepped foot in the Olive Garden Casino at N 270", + "frame": "task", + "show_toast": false, + "announce_to_chat": false + }, + "parent": "locations:landmarks", + "criteria": { + "be_near": { + "trigger": "minecraft:location", + "conditions": { + "dimension": "minecraft:overworld", + "position": { + "x": { + "min": 908, + "max": 981 + }, + "y": { + "min": 70, + "max": 87 + }, + "z": { + "min": -2167, + "max": -2221 + } + } + } + } + } +} + diff --git a/data/locations/advancements/landmarks.json b/data/locations/advancements/landmarks.json index 1e2de27..4a5e0f5 100644 --- a/data/locations/advancements/landmarks.json +++ b/data/locations/advancements/landmarks.json @@ -3,7 +3,7 @@ "icon": { "item": "minecraft:elytra" }, - "title": "Server Landmarks", + "title": "Landmarks", "description": "Visit special places around The Canopy!", "frame": "task", "show_toast": false, diff --git a/data/locations/advancements/market.json b/data/locations/advancements/market.json new file mode 100644 index 0000000..47a1a04 --- /dev/null +++ b/data/locations/advancements/market.json @@ -0,0 +1,36 @@ +{ + "display": { + "icon": { + "item": "minecraft:diamond" + }, + "title": "Spawn Market", + "description": "Check out the spawn market at E 30", + "frame": "task", + "show_toast": false, + "announce_to_chat": false + }, + "parent": "locations:root", + "criteria": { + "be_near": { + "trigger": "minecraft:location", + "conditions": { + "dimension": "minecraft:overworld", + "position": { + "x": { + "min": 40, + "max": 450 + }, + "y": { + "min": 62, + "max": 125 + }, + "z": { + "min": 13, + "max": -215 + } + } + } + } + } +} + diff --git a/data/disabled/old_locations/im_flying_jack.json b/data/locations/advancements/mont_canopy.json similarity index 61% rename from data/disabled/old_locations/im_flying_jack.json rename to data/locations/advancements/mont_canopy.json index 81f1a15..b84c056 100644 --- a/data/disabled/old_locations/im_flying_jack.json +++ b/data/locations/advancements/mont_canopy.json @@ -1,13 +1,13 @@ { "display": { "icon": { - "item": "minecraft:ladder" + "item": "minecraft:snowball" }, - "title": "I'm Flying, Jack!", - "description": "Summit spawn mountain", + "title": "Mont Canopy", + "description": "Hit the slopes at Mont Canopy (W 55)", "frame": "task", "show_toast": false, - "announce_to_chat": true + "announce_to_chat": false }, "parent": "locations:landmarks", "criteria": { @@ -17,16 +17,16 @@ "dimension": "minecraft:overworld", "position": { "x": { - "min": 35, - "max": 50 + "min": -500, + "max": -318 }, "y": { - "min": 160, - "max": 180 + "min": 130, + "max": 223 }, "z": { - "min": -240, - "max": -220 + "min": -120, + "max": 50 } } }