From fdfb2c419fdef337b161b8aa741c645f786305a4 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Mon, 10 Oct 2022 15:49:18 -0700 Subject: [PATCH] add missing config libs --- .minecraft/index.toml | 10 ++++++++++ .minecraft/mods/cloth-config.pw.toml | 13 +++++++++++++ .minecraft/mods/yacl.pw.toml | 13 +++++++++++++ .minecraft/pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/cloth-config.pw.toml create mode 100644 .minecraft/mods/yacl.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index b476331..5388c34 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -108,6 +108,11 @@ file = "mods/cit-resewn.pw.toml" hash = "0da3b33d0d62fcaf24835fb432b8dd9be02e82897cd43fddc38fa81106203d37" metafile = true +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "213cad77d46ff46fe20780b01856cb1a8812747e9c3564203669bf3905e646e2" +metafile = true + [[files]] file = "mods/continuity.pw.toml" hash = "3648ed55ffae5bc153c16b2d414925cc30165b5171aa0e2a146e5ba22366fcf1" @@ -288,6 +293,11 @@ file = "mods/xaeros-world-map.pw.toml" hash = "8d93bc2d7f34112c08beee850a88c484058bbc990f35083f5bd374c0451315f2" metafile = true +[[files]] +file = "mods/yacl.pw.toml" +hash = "f1b822298ccbb96ab43b054811b802080c3160db2168e7c795370779e8bc1b93" +metafile = true + [[files]] file = "mods/yosbr.pw.toml" hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12" diff --git a/.minecraft/mods/cloth-config.pw.toml b/.minecraft/mods/cloth-config.pw.toml new file mode 100644 index 0000000..c46ff4e --- /dev/null +++ b/.minecraft/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-8.2.88-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/EXrxCjl6/cloth-config-8.2.88-fabric.jar" +hash-format = "sha1" +hash = "4b93c69f22e9bdeeca201992e99632824b55f9cb" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "EXrxCjl6" diff --git a/.minecraft/mods/yacl.pw.toml b/.minecraft/mods/yacl.pw.toml new file mode 100644 index 0000000..78da14b --- /dev/null +++ b/.minecraft/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "YetAnotherConfigLib-1.5.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/FxNs8Edj/YetAnotherConfigLib-1.5.0.jar" +hash-format = "sha1" +hash = "6928a199868ed4e4131b4fe0c401a1f2184b4db6" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "FxNs8Edj" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 644bd54..1fb3ad2 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "18b11aba4722535c2b1dcec72fb3671f5a2bc90b9373ca8a25a2affbc8757db0" +hash = "c1207620c70b6c71ce6a8efa037057d88e70f5b58ac60455b5d108e9675f6c16" [versions] fabric = "0.14.9"