From 164d191371823530df9538bc796a6bcc977cac1e Mon Sep 17 00:00:00 2001 From: materus Date: Sun, 12 Oct 2025 01:20:00 +0200 Subject: [PATCH] add nature and explorer compass --- index.toml | 10 ++++++++++ mods/explorers-compass.pw.toml | 13 +++++++++++++ mods/natures-compass.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/explorers-compass.pw.toml create mode 100644 mods/natures-compass.pw.toml diff --git a/index.toml b/index.toml index 8aa70b1..9e64bb2 100644 --- a/index.toml +++ b/index.toml @@ -1383,6 +1383,11 @@ file = "mods/every-compat.pw.toml" hash = "8bbe92e15aaab94d5af8ebec761bf876cce1773bf17df178735c0d8a7a86dedf" metafile = true +[[files]] +file = "mods/explorers-compass.pw.toml" +hash = "0ba2a01934d2de588071ac5a5281dd9a29fc46166fe6b9f99a809a70fe1a6668" +metafile = true + [[files]] file = "mods/exposure.pw.toml" hash = "ce198cf0e4ac56f35c03b5e721eacbd6c6bc86b6ab318c4c7259082edb625fc2" @@ -2097,6 +2102,11 @@ file = "mods/naturalist.pw.toml" hash = "19429eeec3e121b064c26f7ac56c83c99b01848f53be9a224488e92cbcb59ce5" metafile = true +[[files]] +file = "mods/natures-compass.pw.toml" +hash = "464e83a35e22e9bbdf7be38cf7a7a98c39462a0a50b01d2a1355bcae9167ea7a" +metafile = true + [[files]] file = "mods/necronomicon.pw.toml" hash = "1802dcd780c6deb02fb0d9251474f221077c7c80b8d673585ab59a93f4fe2abb" diff --git a/mods/explorers-compass.pw.toml b/mods/explorers-compass.pw.toml new file mode 100644 index 0000000..dcb3a8b --- /dev/null +++ b/mods/explorers-compass.pw.toml @@ -0,0 +1,13 @@ +name = "Explorer's Compass" +filename = "ExplorersCompass-1.20.1-1.3.3-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4c327f26a44ab8d80d73961ff12700d120c4610c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4712194 +project-id = 491794 diff --git a/mods/natures-compass.pw.toml b/mods/natures-compass.pw.toml new file mode 100644 index 0000000..13d72a8 --- /dev/null +++ b/mods/natures-compass.pw.toml @@ -0,0 +1,13 @@ +name = "Nature's Compass" +filename = "NaturesCompass-1.20.1-1.11.2-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "31ae930cdbb34e8e05e1954cfb2fee3a3813e850" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4712189 +project-id = 252848 diff --git a/pack.toml b/pack.toml index 7b4ba49..f75fe8f 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 = "ec9de525cf7b463ec01ce09f9237dfc4814e6cbac3d25fe99c589a27aa5ecaaa" +hash = "75ebba44a68f486bac264bcbdb3e68a5126e2a3b02d666344fc8c7e5a3615f2d" [versions] forge = "47.4.8"