From 737c3e4baa02eaa2053f27fb96f8dafd6829f5c8 Mon Sep 17 00:00:00 2001 From: hkc Date: Thu, 25 Apr 2024 19:45:50 +0300 Subject: [PATCH] Added Nature compass and... Space...? --- index.toml | 10 ++++++++++ mods/ad-astra.pw.toml | 13 +++++++++++++ mods/natures-compass.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/ad-astra.pw.toml create mode 100644 mods/natures-compass.pw.toml diff --git a/index.toml b/index.toml index c3e7df8..e48f813 100644 --- a/index.toml +++ b/index.toml @@ -9,6 +9,11 @@ file = "mods/3dskinlayers.pw.toml" hash = "92c615551afff138ea0d74b538a5a1a5fc86b83cbc6a0ec355414fdfad02f776" metafile = true +[[files]] +file = "mods/ad-astra.pw.toml" +hash = "034718706cd7bc9baca522753dc62e779d5025ecf7a6a9b9c1d0a2b18b73d967" +metafile = true + [[files]] file = "mods/ae2-mousetweaks-fix.pw.toml" hash = "e5e2a6211343c0b61976d046cf64dad7953ad65991a61cecc926714a44ccc7ee" @@ -689,6 +694,11 @@ file = "mods/mru.pw.toml" hash = "051b1bee4a7fd8f2a55753fe95eda061e0f2a724c5b8ad38d2ca3619c88f2fae" metafile = true +[[files]] +file = "mods/natures-compass.pw.toml" +hash = "5ec7e0e8cb5d8cd6b09f49f9a8eff32a4f7c8f95af37e076644f15ea0011583f" +metafile = true + [[files]] file = "mods/nbt-autocomplete.pw.toml" hash = "937bdedef91b78f6df190b8858970edcdce02c4a2cc1e9080bd422313c5b679e" diff --git a/mods/ad-astra.pw.toml b/mods/ad-astra.pw.toml new file mode 100644 index 0000000..8104a02 --- /dev/null +++ b/mods/ad-astra.pw.toml @@ -0,0 +1,13 @@ +name = "Ad Astra" +filename = "ad_astra-fabric-1.20.1-1.15.18.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/3ufwT9JF/versions/MxqFxL9C/ad_astra-fabric-1.20.1-1.15.18.jar" +hash-format = "sha1" +hash = "d93d7a03c15a642fa88c84d67bdca0d90a011efe" + +[update] +[update.modrinth] +mod-id = "3ufwT9JF" +version = "MxqFxL9C" diff --git a/mods/natures-compass.pw.toml b/mods/natures-compass.pw.toml new file mode 100644 index 0000000..ccdf158 --- /dev/null +++ b/mods/natures-compass.pw.toml @@ -0,0 +1,13 @@ +name = "Nature's Compass" +filename = "NaturesCompass-1.20.1-2.2.3-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fPetb5Kh/versions/NovIXDxY/NaturesCompass-1.20.1-2.2.3-fabric.jar" +hash-format = "sha1" +hash = "0734579799a17b9662b833cc21399521b09161ff" + +[update] +[update.modrinth] +mod-id = "fPetb5Kh" +version = "NovIXDxY" diff --git a/pack.toml b/pack.toml index 1285d46..37b20bb 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 = "4a10066b9b16fa0ca08fe77647d537ac1463b2282a05971b891eecb3d8a820ce" +hash = "8817913f6cfc0cfdbda61e24305c05e57f2bad9abaaa8f735a5803b4075b6ca1" [versions] fabric = "0.15.10"