From ea0c12bf3b1ff1cf2f6764ed987349b5fa78b9ed Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 29 Nov 2024 16:42:00 -0500 Subject: [PATCH] works --- index.toml | 5 +++++ mods/client-commands.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/client-commands.pw.toml diff --git a/index.toml b/index.toml index 8fedd95..a3789fe 100644 --- a/index.toml +++ b/index.toml @@ -155,6 +155,11 @@ file = "mods/cit-resewn.pw.toml" hash = "6e0f65ee18b813423cc838f9fde4114d0b26b624232990c228372fb06e9e9b40" metafile = true +[[files]] +file = "mods/client-commands.pw.toml" +hash = "4abf982db7bfaae41c8ac2c6d124b3092711750a792354d381829751166ecc1a" +metafile = true + [[files]] file = "mods/cloth-config.pw.toml" hash = "b2d6595b73bd66167a4d7ace472c54c0eab45f55e1769f4ff7da72ce8b58872a" diff --git a/mods/client-commands.pw.toml b/mods/client-commands.pw.toml new file mode 100644 index 0000000..26bb6a1 --- /dev/null +++ b/mods/client-commands.pw.toml @@ -0,0 +1,13 @@ +name = "clientcommands" +filename = "clientcommands-2.8.5.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/7Coz83fv/versions/ZWPrW9TU/clientcommands-2.8.5.jar" +hash-format = "sha1" +hash = "055f47b62154773c83c746edd1862a33883bf07a" + +[update] +[update.modrinth] +mod-id = "7Coz83fv" +version = "ZWPrW9TU" diff --git a/pack.toml b/pack.toml index b6e02b3..d0fbd19 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 = "0f56b835ec48c07cc3ac6664b9f545eb1939aefc3c7e7d2f71d4e42e0c2d24d1" +hash = "f0f17cfd9c9bbff743878f828353a5bd6232af3d6a689c85bdd06fc971573175" [versions] minecraft = "1.20.1"