From 7091175a49a3b20642314ad24802e6043919cefc Mon Sep 17 00:00:00 2001 From: jasmine Date: Mon, 10 Jun 2024 12:40:52 +0800 Subject: [PATCH] install compass mods --- 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 630558a..975e656 100644 --- a/index.toml +++ b/index.toml @@ -14,6 +14,11 @@ file = "mods/cloth-config.pw.toml" hash = "e1b84efda222d3d22b8b683980ef1d089ca015e0d8671cd18f2892f70d4b03e5" metafile = true +[[files]] +file = "mods/explorers-compass.pw.toml" +hash = "430567cd5fd2b2a1b02595dd638cbc94f090b00ee48bb07efa075817ce0305b7" +metafile = true + [[files]] file = "mods/fabric-api.pw.toml" hash = "5197e9172dd9a9b06303b85a837e7a044b71c005b3d0003aa19041a253daf541" @@ -39,6 +44,11 @@ file = "mods/lithium.pw.toml" hash = "54a337d13450b35dfc931e7a5f3ed9fca1a1992ec51d3b1e4ea1cb5f7cd2d09c" metafile = true +[[files]] +file = "mods/natures-compass.pw.toml" +hash = "df5d311dc2b08556afa338e43b69abb71448644375dd892a3dc97d455f28203c" +metafile = true + [[files]] file = "mods/nullscape.pw.toml" hash = "eb9e018bcea14732b53ca4678593c1e9f7bab63cc11f8bba497475bf975c20be" diff --git a/mods/explorers-compass.pw.toml b/mods/explorers-compass.pw.toml new file mode 100644 index 0000000..3706426 --- /dev/null +++ b/mods/explorers-compass.pw.toml @@ -0,0 +1,13 @@ +name = "Explorer's Compass" +filename = "ExplorersCompass-1.19.2-2.2.0-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/RV1qfVQ8/versions/oTdBRYxv/ExplorersCompass-1.19.2-2.2.0-fabric.jar" +hash-format = "sha1" +hash = "ddb21231caa052f2ef5618366ca7e7242c751e4d" + +[update] +[update.modrinth] +mod-id = "RV1qfVQ8" +version = "oTdBRYxv" diff --git a/mods/natures-compass.pw.toml b/mods/natures-compass.pw.toml new file mode 100644 index 0000000..e48abc5 --- /dev/null +++ b/mods/natures-compass.pw.toml @@ -0,0 +1,13 @@ +name = "Nature's Compass" +filename = "NaturesCompass-1.19.2-2.1.0-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fPetb5Kh/versions/mtJLgFgQ/NaturesCompass-1.19.2-2.1.0-fabric.jar" +hash-format = "sha1" +hash = "fe1341df482f7ea979972f0e55ef333e59aaa087" + +[update] +[update.modrinth] +mod-id = "fPetb5Kh" +version = "mtJLgFgQ" diff --git a/pack.toml b/pack.toml index f6c07aa..450ebd8 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 = "621958f16305fb79960839b397fc95192a713a36e00fa929e5600e562fa82b8e" +hash = "b39de740ce8eea9afafa06b47b302747e62a39a0c38491cdb2caa5cbbef3a3d0" [versions] fabric = "0.15.11"