feat: add "cull-leaves" mod

This commit is contained in:
2026-02-17 23:50:25 -06:00
parent 6176298ade
commit 3461446337
4 changed files with 37 additions and 1 deletions

10
index.toml generated
View File

@@ -160,6 +160,11 @@ file = "mods/createaddition.pw.toml"
hash = "e6d1f36e9e0193fe410d136e0cda8a7f6dbbc809c0644f06a601bddf5b38a395" hash = "e6d1f36e9e0193fe410d136e0cda8a7f6dbbc809c0644f06a601bddf5b38a395"
metafile = true metafile = true
[[files]]
file = "mods/cull-leaves.pw.toml"
hash = "099a614fc791ed17aafb2efcfb882588837db2cc49af1953b983b1725e75017b"
metafile = true
[[files]] [[files]]
file = "mods/curios.pw.toml" file = "mods/curios.pw.toml"
hash = "9eefd607e0d54ec444e798ccdeede1a09a3939440bd1e11c11b84c07a5134be2" hash = "9eefd607e0d54ec444e798ccdeede1a09a3939440bd1e11c11b84c07a5134be2"
@@ -315,6 +320,11 @@ file = "mods/kotlin-for-forge.pw.toml"
hash = "70a4ecd9d0c04ad20aeb976c1ee28933ce48a0a1f43df42deafaeb2ad7235297" hash = "70a4ecd9d0c04ad20aeb976c1ee28933ce48a0a1f43df42deafaeb2ad7235297"
metafile = true metafile = true
[[files]]
file = "mods/midnightlib.pw.toml"
hash = "ff3e8c24b856793dea18726883722d8274d7b292448ecc4beecec9df008d44cd"
metafile = true
[[files]] [[files]]
file = "mods/modern-ui.pw.toml" file = "mods/modern-ui.pw.toml"
hash = "fb078f45d04576d994b31f76911eedf74aa6b4ca5ed177eedffd0853887cf97f" hash = "fb078f45d04576d994b31f76911eedf74aa6b4ca5ed177eedffd0853887cf97f"

13
mods/cull-leaves.pw.toml Normal file
View File

@@ -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"

13
mods/midnightlib.pw.toml Normal file
View File

@@ -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"

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "0e798e0bef0e651a9b57082f6ce6729f485e9b45a0393486442d1e2eb7486216" hash = "da4994a4f91daa6415ed1940496057d7a6e22a207d9d869190bc916a30833f9a"
[versions] [versions]
forge = "47.4.10" forge = "47.4.10"