From 7851cf1ddb27d6ff1997acf680e067df01cdf92c Mon Sep 17 00:00:00 2001 From: Jonathan Ho Date: Sat, 31 May 2025 20:50:07 -0700 Subject: [PATCH] Added Cloth Config --- index.toml | 5 +++++ mods/cloth-config.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/cloth-config.pw.toml diff --git a/index.toml b/index.toml index a602f03..8e63093 100644 --- a/index.toml +++ b/index.toml @@ -57,6 +57,11 @@ file = "mods/chat-heads.pw.toml" hash = "7c293b14a198d5fdbec6810a9e8e51124e98d584d32633d61596926d2be62f7c" metafile = true +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "931fa7587facbc9b334c7539722b2dacaac520f253ebfbc5b87665d5abbcea77" +metafile = true + [[files]] file = "mods/collective.pw.toml" hash = "a22e595eaf6de7a245a54cf5f94395896056c2630a2c2cccac16adc2fec45877" diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..892c28c --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-13.0.138-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/2deYQULk/cloth-config-13.0.138-fabric.jar" +hash-format = "sha512" +hash = "3863fb95cc57526c6876cb60600f2e4282a5fa8d997d981e984da48f34be654cd0c5fc09e7d77079a393b2d7e3e48baabb756ad84ea58881b22ea771f43baa4a" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "2deYQULk" diff --git a/pack.toml b/pack.toml index 9bdc9e9..39db8d0 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 = "aef10ffd1a5c5801fe52fa36fed74df13179ca88f5aedd54d5244ca94e6e6c04" +hash = "10010efe87bdfc9b3789376fecdb486cd8d6d540ea0305ae83f25c26a472c521" [versions] fabric = "0.16.14"