From e51401654843b742a073b2cf90bfeaa45736060e Mon Sep 17 00:00:00 2001 From: Jordan Adams Date: Thu, 25 Dec 2025 13:47:40 -0500 Subject: [PATCH 1/2] Added Gabou's Libs, new needed dependency for Identity Fix --- index.toml | 5 +++++ mods/gabous-libs.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/gabous-libs.pw.toml diff --git a/index.toml b/index.toml index d7478fc..000e4d8 100644 --- a/index.toml +++ b/index.toml @@ -599,6 +599,11 @@ file = "mods/free-cam.pw.toml" hash = "9da647b442bfea2aa6eee6389daf65d02136c5be868cdbe95934beadcb70ca5d" metafile = true +[[files]] +file = "mods/gabous-libs.pw.toml" +hash = "cd3bd6447e18001c49c8baedcae101ece6770dd7406c8fb7eb0944129a321aea" +metafile = true + [[files]] file = "mods/geckolib.pw.toml" hash = "2321bdba8aed2b99d75de3fc2116bc28c1a1d671292bde0e4af4a3be2dee0dfe" diff --git a/mods/gabous-libs.pw.toml b/mods/gabous-libs.pw.toml new file mode 100644 index 0000000..1964004 --- /dev/null +++ b/mods/gabous-libs.pw.toml @@ -0,0 +1,13 @@ +name = "Gabou's Libs" +filename = "gabou-libs-fabric-1.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/N8aGZtvj/versions/zZuALjsZ/untitled1-fabric-1.6.jar" +hash-format = "sha512" +hash = "0ed953a55b3d3ac109dcd60e8ec19f5bfdb599019b1f6a2b6bf2b8cd01ac6c22d185b3c04745dca2c2c0d3bd5425d78a6ad4dff797250ac29f30a89395f33426" + +[update] +[update.modrinth] +mod-id = "N8aGZtvj" +version = "zZuALjsZ" diff --git a/pack.toml b/pack.toml index 3d23301..8fe53b9 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 = "3ce52e3e587858327085d24b542c87026a550391d80fab67987a9584c6411015" +hash = "fc7e378abb2d1c02652ba13fe2d0d3f826311ab1ff975ab9e0950e43bbaddebd" [versions] fabric = "0.17.2" -- 2.39.5 From 55398c23e271bf66d38ac95ef65e58df7690dbd9 Mon Sep 17 00:00:00 2001 From: Jordan Adams Date: Thu, 25 Dec 2025 13:50:05 -0500 Subject: [PATCH 2/2] Updated Fabric Loader version from 0.17.2 -> 0.17.3 as Gabou's Libs requires >=0.17.3 --- pack.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pack.toml b/pack.toml index 8fe53b9..971acd4 100644 --- a/pack.toml +++ b/pack.toml @@ -1,6 +1,6 @@ name = "Regality SMP" author = "JordanPlayz158" -version = "1.0.25" +version = "1.1.0" pack-format = "packwiz:1.1.0" [index] @@ -9,7 +9,7 @@ hash-format = "sha256" hash = "fc7e378abb2d1c02652ba13fe2d0d3f826311ab1ff975ab9e0950e43bbaddebd" [versions] -fabric = "0.17.2" +fabric = "0.17.3" minecraft = "1.20.1" [options] -- 2.39.5