From 1768c73dcb43e56fbd3aed6030ec9dd7517a3799 Mon Sep 17 00:00:00 2001 From: stev Date: Tue, 2 Aug 2022 01:24:16 +0000 Subject: [PATCH] Removing out of date locations --- .../advancements => disabled}/event_area.json | 0 .../here_comes_the_money.json | 0 .../advancements => disabled}/market.json | 0 .../mont_canopy.json | 0 data/locations/advancements/canopy_gardens | 35 ------------------- 5 files changed, 35 deletions(-) rename data/{locations/advancements => disabled}/event_area.json (100%) rename data/{locations/advancements => disabled}/here_comes_the_money.json (100%) rename data/{locations/advancements => disabled}/market.json (100%) rename data/{locations/advancements => disabled}/mont_canopy.json (100%) delete mode 100644 data/locations/advancements/canopy_gardens diff --git a/data/locations/advancements/event_area.json b/data/disabled/event_area.json similarity index 100% rename from data/locations/advancements/event_area.json rename to data/disabled/event_area.json diff --git a/data/locations/advancements/here_comes_the_money.json b/data/disabled/here_comes_the_money.json similarity index 100% rename from data/locations/advancements/here_comes_the_money.json rename to data/disabled/here_comes_the_money.json diff --git a/data/locations/advancements/market.json b/data/disabled/market.json similarity index 100% rename from data/locations/advancements/market.json rename to data/disabled/market.json diff --git a/data/locations/advancements/mont_canopy.json b/data/disabled/mont_canopy.json similarity index 100% rename from data/locations/advancements/mont_canopy.json rename to data/disabled/mont_canopy.json diff --git a/data/locations/advancements/canopy_gardens b/data/locations/advancements/canopy_gardens deleted file mode 100644 index dbaa34a..0000000 --- a/data/locations/advancements/canopy_gardens +++ /dev/null @@ -1,35 +0,0 @@ -{ - "display": { - "icon": { - "item": "minecraft:peony" - }, - "title": "Canopy Gardens", - "description": "Which bunny is the real easter bunny? Come to N 506 and find out! I still have no idea hehee...!", - "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": 2000, - "max": 2400 - }, - "y": { - "min": 100, - "max": 165 - }, - "z": { - "min": -4225, - "max": -3925 - } - } - } - } - } -}