From 212c6e096b4184d489f44c23b19e3fdbd53f2d28 Mon Sep 17 00:00:00 2001 From: hkc Date: Thu, 14 Mar 2024 19:04:54 +0300 Subject: [PATCH] Replaced BlueMap with squaremap --- index.toml | 10 +++++----- mods/bluemap.pw.toml | 13 ------------- mods/squaremap.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 mods/bluemap.pw.toml create mode 100644 mods/squaremap.pw.toml diff --git a/index.toml b/index.toml index 84ba97d..71a21eb 100644 --- a/index.toml +++ b/index.toml @@ -114,11 +114,6 @@ file = "mods/bl4cks-sit.pw.toml" hash = "91d5dd2f8f16d8765e275d4f814a9b6cd155b0d9b3b0d89d93b54ffbda4a0440" metafile = true -[[files]] -file = "mods/bluemap.pw.toml" -hash = "c4ee3c1cd7ce65505a5aa2b2e66ed816dfde972e8af736e211314ba66d40a01a" -metafile = true - [[files]] file = "mods/bookshelf-lib.pw.toml" hash = "2f6093d5d0bca4253ca66a4f4909bac6fa36e2e6a9c0a54fb5c56d7707b6283f" @@ -859,6 +854,11 @@ file = "mods/spell-checker.pw.toml" hash = "62ea053e939173ab165fec2b9ce3b82d7f351dae3da3a45a2caa1f97f34932e6" metafile = true +[[files]] +file = "mods/squaremap.pw.toml" +hash = "65be4932549f14a74f606ab230bbdaf8b98916ce836c1cf217a6f3d44a136457" +metafile = true + [[files]] file = "mods/structure-essentials-forge-fabric.pw.toml" hash = "b25dcfe10e77071dea13e6134feb21ae84711bc201fa64a11d467b97d57f0314" diff --git a/mods/bluemap.pw.toml b/mods/bluemap.pw.toml deleted file mode 100644 index b0cb0c4..0000000 --- a/mods/bluemap.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "BlueMap" -filename = "BlueMap-3.20-fabric-1.20.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/swbUV1cr/versions/QjdzVjGq/BlueMap-3.20-fabric-1.20.jar" -hash-format = "sha1" -hash = "6155fb84f22b2b58b02a7919dfdf7215a0af03c2" - -[update] -[update.modrinth] -mod-id = "swbUV1cr" -version = "QjdzVjGq" diff --git a/mods/squaremap.pw.toml b/mods/squaremap.pw.toml new file mode 100644 index 0000000..d73c676 --- /dev/null +++ b/mods/squaremap.pw.toml @@ -0,0 +1,13 @@ +name = "squaremap" +filename = "squaremap-fabric-mc1.20.4-1.2.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/PFb7ZqK6/versions/993nc3aP/squaremap-fabric-mc1.20.4-1.2.3.jar" +hash-format = "sha1" +hash = "dd0f684bac6b56e464c346ce64c3da0d1a1361e0" + +[update] +[update.modrinth] +mod-id = "PFb7ZqK6" +version = "993nc3aP" diff --git a/pack.toml b/pack.toml index 038ab84..37c95fa 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 = "c80ef45d4f2d701130c300151d8a6c11fcda32290eaf4e68fb9b8d28cda51c68" +hash = "39dfc801b9a59cff3f711364ecbccc977ad1452d18d8089dd227df7450e3f514" [versions] fabric = "0.15.7"