Skip to content

Commit

Permalink
replace more culling w/ cull less leaves
Browse files Browse the repository at this point in the history
- only in possible versions, currently minecraft 1.20.1
- there hasn't been really any concrete proof that it's any faster than CLL
- more culling can also cause issues with resource packs, for example Vanilla Tweaks. and it's custom item frame renderer can be janky at times (#34)
- CLL seems to be a generally lighter mod with not little to no performance decrease compared to more culling
- have feedback? send a message in the discord server or create an issue on the github repository
  • Loading branch information
intergrav committed May 11, 2024
1 parent cf9f3f6 commit 4c13026
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 38 deletions.
15 changes: 10 additions & 5 deletions versions/fabric/1.20.1/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ file = "mods/cloth-config.pw.toml"
hash = "a89dfcc985612a275975d4823a24fc3dceb244bacb2e8f81bd459283bf1b9fe9"
metafile = true

[[files]]
file = "mods/cull-less-leaves.pw.toml"
hash = "39eb9db990032d949909f079ada415ffda18b372ec5d9b23ab95652d88474131"
metafile = true

[[files]]
file = "mods/dynamic-fps.pw.toml"
hash = "ee965d6f2e0a9cdc31139b0d8a3367eb8db031065a03142534652573626e9787"
Expand Down Expand Up @@ -90,11 +95,6 @@ file = "mods/modernfix.pw.toml"
hash = "8bd4f3e61a962c0b730a9a9b5ce875b571ae7e39d350ad52b17f9fab467a3784"
metafile = true

[[files]]
file = "mods/moreculling.pw.toml"
hash = "979e6d73369f2e45666e49c387f7f4f9b266df1085d4a7a949039aac461b3c13"
metafile = true

[[files]]
file = "mods/sodium.pw.toml"
hash = "cd49906a91e2ff1c11acba79192d609c232f2f73d82cc6a646e7338c8e76aa8a"
Expand All @@ -105,6 +105,11 @@ file = "mods/threadtweak.pw.toml"
hash = "dbbeb7a8f32fdbe0d5e44a8c7671ed2297ee8d12d4610500ac54742e70b4fb53"
metafile = true

[[files]]
file = "mods/yacl.pw.toml"
hash = "34108efa4206b09f00d088be089236914a6fb04852aae5b6ce6293412ed6a6f7"
metafile = true

[[files]]
file = "mods/yosbr.pw.toml"
hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00"
Expand Down
13 changes: 13 additions & 0 deletions versions/fabric/1.20.1/mods/cull-less-leaves.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Cull Less Leaves"
filename = "CullLessLeaves-1.3.0.jar"
side = "client"

[download]
url = "https://cdn.modrinth.com/data/iG6ZHsUV/versions/TFvkv8XK/CullLessLeaves-1.3.0.jar"
hash-format = "sha1"
hash = "83380456dab54b8ac790b84a0f4f39a1404e6bc5"

[update]
[update.modrinth]
mod-id = "iG6ZHsUV"
version = "TFvkv8XK"
13 changes: 0 additions & 13 deletions versions/fabric/1.20.1/mods/moreculling.pw.toml

This file was deleted.

13 changes: 13 additions & 0 deletions versions/fabric/1.20.1/mods/yacl.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "YetAnotherConfigLib"
filename = "YetAnotherConfigLib-3.4.2+1.20.1-fabric.jar"
side = "client"

[download]
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/TD5Fv92S/YetAnotherConfigLib-3.4.2%2B1.20.1-fabric.jar"
hash-format = "sha1"
hash = "4ae011ae4a1c9c1f012b7c6f22d2a8f57791d9df"

[update]
[update.modrinth]
mod-id = "1eAoo2KR"
version = "TD5Fv92S"
2 changes: 1 addition & 1 deletion versions/fabric/1.20.1/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "14f5856a73a84cdc898dc5b8a3d31a54edb60ea83108804ae42decffabe6b853"
hash = "d465eeaf80309d4a06a62cb4ef0bd3ccf339f886bbd7a9bac429222bc41019a1"

[versions]
fabric = "0.15.10"
Expand Down
15 changes: 10 additions & 5 deletions versions/quilt/1.20.1/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ file = "mods/cloth-config.pw.toml"
hash = "a89dfcc985612a275975d4823a24fc3dceb244bacb2e8f81bd459283bf1b9fe9"
metafile = true

[[files]]
file = "mods/cull-less-leaves.pw.toml"
hash = "39eb9db990032d949909f079ada415ffda18b372ec5d9b23ab95652d88474131"
metafile = true

[[files]]
file = "mods/dynamic-fps.pw.toml"
hash = "b7a7971c44fd891674222a48df8999e379b8658d96ab9b3cf55c17c0b00bd1ce"
Expand Down Expand Up @@ -85,11 +90,6 @@ file = "mods/modernfix.pw.toml"
hash = "8bd4f3e61a962c0b730a9a9b5ce875b571ae7e39d350ad52b17f9fab467a3784"
metafile = true

[[files]]
file = "mods/moreculling.pw.toml"
hash = "979e6d73369f2e45666e49c387f7f4f9b266df1085d4a7a949039aac461b3c13"
metafile = true

[[files]]
file = "mods/qsl.pw.toml"
hash = "5a6df3930d69602402cd13bf860195ac44680e2d4556e8d1254ae730fcb4b0f9"
Expand All @@ -105,6 +105,11 @@ file = "mods/threadtweak.pw.toml"
hash = "dbbeb7a8f32fdbe0d5e44a8c7671ed2297ee8d12d4610500ac54742e70b4fb53"
metafile = true

[[files]]
file = "mods/yacl.pw.toml"
hash = "34108efa4206b09f00d088be089236914a6fb04852aae5b6ce6293412ed6a6f7"
metafile = true

[[files]]
file = "mods/yosbr.pw.toml"
hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00"
Expand Down
13 changes: 13 additions & 0 deletions versions/quilt/1.20.1/mods/cull-less-leaves.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Cull Less Leaves"
filename = "CullLessLeaves-1.3.0.jar"
side = "client"

[download]
url = "https://cdn.modrinth.com/data/iG6ZHsUV/versions/TFvkv8XK/CullLessLeaves-1.3.0.jar"
hash-format = "sha1"
hash = "83380456dab54b8ac790b84a0f4f39a1404e6bc5"

[update]
[update.modrinth]
mod-id = "iG6ZHsUV"
version = "TFvkv8XK"
13 changes: 0 additions & 13 deletions versions/quilt/1.20.1/mods/moreculling.pw.toml

This file was deleted.

13 changes: 13 additions & 0 deletions versions/quilt/1.20.1/mods/yacl.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "YetAnotherConfigLib"
filename = "YetAnotherConfigLib-3.4.2+1.20.1-fabric.jar"
side = "client"

[download]
url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/TD5Fv92S/YetAnotherConfigLib-3.4.2%2B1.20.1-fabric.jar"
hash-format = "sha1"
hash = "4ae011ae4a1c9c1f012b7c6f22d2a8f57791d9df"

[update]
[update.modrinth]
mod-id = "1eAoo2KR"
version = "TD5Fv92S"
2 changes: 1 addition & 1 deletion versions/quilt/1.20.1/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "0280ebaadc3833d8e887828c0f8d07ace892e3ebb2a38d9f22faab0fcab108f3"
hash = "20af77afff5939740ed8f9e9a2ca0db7b8dd60807716803fb69d3c03d79d695c"

[versions]
minecraft = "1.20.1"
Expand Down

0 comments on commit 4c13026

Please sign in to comment.