From 88ff97d6da54079b81105d1b78abdecb780ba070 Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Tue, 25 Jan 2022 13:22:48 -0600 Subject: [PATCH] Moving old locations to /disabled, updated description for locations to mention submitting locations in discord. --- .idea/.gitignore | 3 +++ .idea/custom_mc_advancements.iml | 11 +++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ .../old_locations}/agent_p.json | 0 .../old_locations}/based.json | 0 .../old_locations}/enter_idiot_territory.json | 0 .../old_locations}/hellmart.json | 0 .../old_locations}/holy_radiance.json | 0 .../old_locations}/im_flying_jack.json | 0 .../old_locations}/la_perle_des_antilles.json | 0 .../old_locations}/landmarks.json | 0 data/locations/advancements/root.json | 2 +- 15 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/custom_mc_advancements.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml rename data/{locations/advancements => disabled/old_locations}/agent_p.json (100%) rename data/{locations/advancements => disabled/old_locations}/based.json (100%) rename data/{locations/advancements => disabled/old_locations}/enter_idiot_territory.json (100%) rename data/{locations/advancements => disabled/old_locations}/hellmart.json (100%) rename data/{locations/advancements => disabled/old_locations}/holy_radiance.json (100%) rename data/{locations/advancements => disabled/old_locations}/im_flying_jack.json (100%) rename data/{locations/advancements => disabled/old_locations}/la_perle_des_antilles.json (100%) rename data/{locations/advancements => disabled/old_locations}/landmarks.json (100%) diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/custom_mc_advancements.iml b/.idea/custom_mc_advancements.iml new file mode 100644 index 0000000..8dc09e5 --- /dev/null +++ b/.idea/custom_mc_advancements.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..d1e22ec --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..eca51c2 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/data/locations/advancements/agent_p.json b/data/disabled/old_locations/agent_p.json similarity index 100% rename from data/locations/advancements/agent_p.json rename to data/disabled/old_locations/agent_p.json diff --git a/data/locations/advancements/based.json b/data/disabled/old_locations/based.json similarity index 100% rename from data/locations/advancements/based.json rename to data/disabled/old_locations/based.json diff --git a/data/locations/advancements/enter_idiot_territory.json b/data/disabled/old_locations/enter_idiot_territory.json similarity index 100% rename from data/locations/advancements/enter_idiot_territory.json rename to data/disabled/old_locations/enter_idiot_territory.json diff --git a/data/locations/advancements/hellmart.json b/data/disabled/old_locations/hellmart.json similarity index 100% rename from data/locations/advancements/hellmart.json rename to data/disabled/old_locations/hellmart.json diff --git a/data/locations/advancements/holy_radiance.json b/data/disabled/old_locations/holy_radiance.json similarity index 100% rename from data/locations/advancements/holy_radiance.json rename to data/disabled/old_locations/holy_radiance.json diff --git a/data/locations/advancements/im_flying_jack.json b/data/disabled/old_locations/im_flying_jack.json similarity index 100% rename from data/locations/advancements/im_flying_jack.json rename to data/disabled/old_locations/im_flying_jack.json diff --git a/data/locations/advancements/la_perle_des_antilles.json b/data/disabled/old_locations/la_perle_des_antilles.json similarity index 100% rename from data/locations/advancements/la_perle_des_antilles.json rename to data/disabled/old_locations/la_perle_des_antilles.json diff --git a/data/locations/advancements/landmarks.json b/data/disabled/old_locations/landmarks.json similarity index 100% rename from data/locations/advancements/landmarks.json rename to data/disabled/old_locations/landmarks.json diff --git a/data/locations/advancements/root.json b/data/locations/advancements/root.json index 44845f5..eab1c3b 100644 --- a/data/locations/advancements/root.json +++ b/data/locations/advancements/root.json @@ -4,7 +4,7 @@ "item": "minecraft:filled_map" }, "title": "Sightseeing", - "description": "... uhhh idk", + "description": "Submit your locations on discord to get a custom advancement!", "frame": "task", "background": "minecraft:textures/block/lime_concrete.png", "show_toast": false,