From faef2bbd18ad82a5b32538d58967d21447cf619a Mon Sep 17 00:00:00 2001 From: intergrav Date: Sat, 11 May 2024 19:00:32 -0400 Subject: [PATCH] replace more culling w/ cull less leaves - 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 (https://github.com/skywardmc/adrenaline/issues/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 --- versions/fabric/1.20.1/index.toml | 10 +++++----- .../fabric/1.20.1/mods/cull-less-leaves.pw.toml | 13 +++++++++++++ versions/fabric/1.20.1/mods/moreculling.pw.toml | 13 ------------- versions/fabric/1.20.1/pack.toml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 versions/fabric/1.20.1/mods/cull-less-leaves.pw.toml delete mode 100644 versions/fabric/1.20.1/mods/moreculling.pw.toml diff --git a/versions/fabric/1.20.1/index.toml b/versions/fabric/1.20.1/index.toml index 090e087..82f3a70 100644 --- a/versions/fabric/1.20.1/index.toml +++ b/versions/fabric/1.20.1/index.toml @@ -126,6 +126,11 @@ file = "mods/controlify.pw.toml" hash = "c0de5bba506e240a13775eae2a7fcf27734848fc460ddd5f106b9b32756e9aeb" metafile = true +[[files]] +file = "mods/cull-less-leaves.pw.toml" +hash = "39eb9db990032d949909f079ada415ffda18b372ec5d9b23ab95652d88474131" +metafile = true + [[files]] file = "mods/dynamic-fps.pw.toml" hash = "ee965d6f2e0a9cdc31139b0d8a3367eb8db031065a03142534652573626e9787" @@ -241,11 +246,6 @@ file = "mods/modmenu.pw.toml" hash = "4cd171d3f5f3e1d2948cb1b0062e742a5e85110c9e9a668f9aed5b0cebcb9c97" metafile = true -[[files]] -file = "mods/moreculling.pw.toml" -hash = "979e6d73369f2e45666e49c387f7f4f9b266df1085d4a7a949039aac461b3c13" -metafile = true - [[files]] file = "mods/optigui.pw.toml" hash = "2440a2e6d0ade6bc4ca8d3677b59312734dd22106fc6fc5cbac5c24b0ba2ff05" diff --git a/versions/fabric/1.20.1/mods/cull-less-leaves.pw.toml b/versions/fabric/1.20.1/mods/cull-less-leaves.pw.toml new file mode 100644 index 0000000..fc15184 --- /dev/null +++ b/versions/fabric/1.20.1/mods/cull-less-leaves.pw.toml @@ -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" diff --git a/versions/fabric/1.20.1/mods/moreculling.pw.toml b/versions/fabric/1.20.1/mods/moreculling.pw.toml deleted file mode 100644 index fd8d101..0000000 --- a/versions/fabric/1.20.1/mods/moreculling.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "More Culling" -filename = "moreculling-1.20.4-0.24.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/51shyZVL/versions/3m5znPWm/moreculling-1.20.4-0.24.0.jar" -hash-format = "sha1" -hash = "a40f2aa346140a4fee2079d845c62ee87454bdb6" - -[update] -[update.modrinth] -mod-id = "51shyZVL" -version = "3m5znPWm" diff --git a/versions/fabric/1.20.1/pack.toml b/versions/fabric/1.20.1/pack.toml index 66b006c..17ac90f 100644 --- a/versions/fabric/1.20.1/pack.toml +++ b/versions/fabric/1.20.1/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "723523a8edbf5711b38fc3f956fe7b52c553e15ca8bcdf49cf97c316d4d20f65" +hash = "6d50a861c1a05e2b2575ba03acc0d3b42cb66b66e672327316b400996719c44c" [versions] fabric = "0.15.10"