diff --git a/index.toml b/index.toml index b4c4537..448b3d8 100644 --- a/index.toml +++ b/index.toml @@ -160,6 +160,11 @@ file = "mods/createaddition.pw.toml" hash = "e6d1f36e9e0193fe410d136e0cda8a7f6dbbc809c0644f06a601bddf5b38a395" metafile = true +[[files]] +file = "mods/cull-leaves.pw.toml" +hash = "099a614fc791ed17aafb2efcfb882588837db2cc49af1953b983b1725e75017b" +metafile = true + [[files]] file = "mods/curios.pw.toml" hash = "9eefd607e0d54ec444e798ccdeede1a09a3939440bd1e11c11b84c07a5134be2" @@ -315,6 +320,11 @@ file = "mods/kotlin-for-forge.pw.toml" hash = "70a4ecd9d0c04ad20aeb976c1ee28933ce48a0a1f43df42deafaeb2ad7235297" metafile = true +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "ff3e8c24b856793dea18726883722d8274d7b292448ecc4beecec9df008d44cd" +metafile = true + [[files]] file = "mods/modern-ui.pw.toml" hash = "fb078f45d04576d994b31f76911eedf74aa6b4ca5ed177eedffd0853887cf97f" diff --git a/mods/cull-leaves.pw.toml b/mods/cull-leaves.pw.toml new file mode 100644 index 0000000..e3a079c --- /dev/null +++ b/mods/cull-leaves.pw.toml @@ -0,0 +1,13 @@ +name = "Cull Leaves" +filename = "cullleaves-forge-4.1.1+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/GNxdLCoP/versions/yFZM1Bsc/cullleaves-forge-4.1.1%2B1.20.1.jar" +hash-format = "sha512" +hash = "3c68a290b5b546a663d38a1353485aca6f02efbb80fbd1c0e10214d93c27fadd5145f4fb74a7c616a0ce34cb4ffa1a75a62ca386c7d1041bbdf411b29626753f" + +[update] +[update.modrinth] +mod-id = "GNxdLCoP" +version = "yFZM1Bsc" diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..846bc66 --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,13 @@ +name = "MidnightLib" +filename = "midnightlib-forge-1.9.2+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/codAaoxh/versions/EVVb5nP3/midnightlib-forge-1.9.2%2B1.20.1.jar" +hash-format = "sha512" +hash = "a4f50d46ad30de0f5622fd6aa8415a949889d114a1dc051b2d8d15ff505273aff80f8b40d61193ca71112567a3be396899e96d0ff1c26af31e77a9c68f70e896" + +[update] +[update.modrinth] +mod-id = "codAaoxh" +version = "EVVb5nP3" diff --git a/pack.toml b/pack.toml index bd97b20..e84314f 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 = "0e798e0bef0e651a9b57082f6ce6729f485e9b45a0393486442d1e2eb7486216" +hash = "da4994a4f91daa6415ed1940496057d7a6e22a207d9d869190bc916a30833f9a" [versions] forge = "47.4.10"