From be6d7ba83769026e4701498871aa0b29b15f879c Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Sun, 18 Jun 2023 00:26:39 -0400
Subject: [PATCH] Replace JourneyMap with XMM/XWM

---
 index.toml                    | 15 ++++++++++-----
 mods/journeymap.pw.toml       | 13 -------------
 mods/xaeros-minimap.pw.toml   | 13 +++++++++++++
 mods/xaeros-world-map.pw.toml | 13 +++++++++++++
 pack.toml                     |  2 +-
 5 files changed, 37 insertions(+), 19 deletions(-)
 delete mode 100644 mods/journeymap.pw.toml
 create mode 100644 mods/xaeros-minimap.pw.toml
 create mode 100644 mods/xaeros-world-map.pw.toml

diff --git a/index.toml b/index.toml
index 4d5d08c..047d704 100644
--- a/index.toml
+++ b/index.toml
@@ -147,11 +147,6 @@ file = "mods/iris.pw.toml"
 hash = "659e2447deffc797f441ed09c0b05d75138253dfacfe1479d3938e55773be4b6"
 metafile = true
 
-[[files]]
-file = "mods/journeymap.pw.toml"
-hash = "4ba183769d32e12cbb70bb9a6df556b2ad50e7da939484f7f42fff73294d274e"
-metafile = true
-
 [[files]]
 file = "mods/krypton.pw.toml"
 hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882"
@@ -252,6 +247,16 @@ file = "mods/starlight.pw.toml"
 hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11"
 metafile = true
 
+[[files]]
+file = "mods/xaeros-minimap.pw.toml"
+hash = "fa7940ff6c6d65fede416632132a57518ab1a79e09014410932ed614ea386a70"
+metafile = true
+
+[[files]]
+file = "mods/xaeros-world-map.pw.toml"
+hash = "a2e3f5733941bc3a7e9c15ccb3e3b3c07c2433595906e263208f1e9aa1db5b11"
+metafile = true
+
 [[files]]
 file = "mods/yacl.pw.toml"
 hash = "2da296c9f042dc47c672e2645be715c2f1cefa764f938a8e95e6c4163f8ce3ab"
diff --git a/mods/journeymap.pw.toml b/mods/journeymap.pw.toml
deleted file mode 100644
index 7ffe033..0000000
--- a/mods/journeymap.pw.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-name = "JourneyMap"
-filename = "journeymap-1.20.1-5.9.9-fabric.jar"
-side = "client"
-
-[download]
-url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/fHCYp1rV/journeymap-1.20.1-5.9.9-fabric.jar"
-hash-format = "sha1"
-hash = "d4ca7daacdf90bb59dc930b249c306fbed82055e"
-
-[update]
-[update.modrinth]
-mod-id = "lfHFW1mp"
-version = "fHCYp1rV"
diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml
new file mode 100644
index 0000000..8b78754
--- /dev/null
+++ b/mods/xaeros-minimap.pw.toml
@@ -0,0 +1,13 @@
+name = "Xaero's Minimap"
+filename = "Xaeros_Minimap_23.5.0_Fabric_1.20.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/1bokaNcj/versions/46F7j3df/Xaeros_Minimap_23.5.0_Fabric_1.20.jar"
+hash-format = "sha1"
+hash = "d0d455112aea5603681f07255243faf387e65119"
+
+[update]
+[update.modrinth]
+mod-id = "1bokaNcj"
+version = "46F7j3df"
diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml
new file mode 100644
index 0000000..0ac98ae
--- /dev/null
+++ b/mods/xaeros-world-map.pw.toml
@@ -0,0 +1,13 @@
+name = "Xaero's World Map"
+filename = "XaerosWorldMap_1.30.5_Fabric_1.20.jar"
+side = "both"
+
+[download]
+url = "https://cdn.modrinth.com/data/NcUtCpym/versions/jZqjpEV5/XaerosWorldMap_1.30.5_Fabric_1.20.jar"
+hash-format = "sha1"
+hash = "72d1e4a9904f1aa597e3f6baf33e8112e2c9b913"
+
+[update]
+[update.modrinth]
+mod-id = "NcUtCpym"
+version = "jZqjpEV5"
diff --git a/pack.toml b/pack.toml
index 201359c..552edb9 100644
--- a/pack.toml
+++ b/pack.toml
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
 [index]
 file = "index.toml"
 hash-format = "sha256"
-hash = "13d9c7af972dae8107555c9111478c6dce620a9676a22f78f656ba56058f9947"
+hash = "69ec4ed6f1b03f1a32ba49ad5c9f66ae853cb8f83cc9da5cbbee539438f0f845"
 
 [versions]
 fabric = "0.14.21"