From 02ef25457665ad1df32656914011702d7f0ea52b Mon Sep 17 00:00:00 2001 From: omo50 <144749186+omo50@users.noreply.github.com> Date: Sat, 18 Apr 2026 17:11:10 -0600 Subject: [PATCH] feat(rc-plus): leaf culling fixes --- modpacks/rc-plus/dev/config/c2me.toml | 2 +- modpacks/rc-plus/dev/config/complexleafculling.json | 9 +++++++++ .../modpack_defaults/config/complexleafculling.json | 9 +++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 modpacks/rc-plus/dev/config/complexleafculling.json create mode 100644 modpacks/rc-plus/dev/config/modpack_defaults/config/complexleafculling.json diff --git a/modpacks/rc-plus/dev/config/c2me.toml b/modpacks/rc-plus/dev/config/c2me.toml index d0df6ba97..2c0928276 100644 --- a/modpacks/rc-plus/dev/config/c2me.toml +++ b/modpacks/rc-plus/dev/config/c2me.toml @@ -12,7 +12,7 @@ threadPoolPriority = 3 compatibilityMode = false maxConcurrentChunkLoads = 18 enableExtRenderDistanceProtocol = false - maxViewDistance = 32 + maxViewDistance = 64 [ioSystem] gcFreeChunkSerializer = true diff --git a/modpacks/rc-plus/dev/config/complexleafculling.json b/modpacks/rc-plus/dev/config/complexleafculling.json new file mode 100644 index 000000000..8a6971b26 --- /dev/null +++ b/modpacks/rc-plus/dev/config/complexleafculling.json @@ -0,0 +1,9 @@ +{ + "enabled": true, + "enableStandardCulling": false, + "enableExtendedCulling": true, + "enablePassDemotion": false, + "mode": "CONSERVATIVE", + "interiorThreshold": 0, + "useExtendedLeafDetection": true +} \ No newline at end of file diff --git a/modpacks/rc-plus/dev/config/modpack_defaults/config/complexleafculling.json b/modpacks/rc-plus/dev/config/modpack_defaults/config/complexleafculling.json new file mode 100644 index 000000000..8a6971b26 --- /dev/null +++ b/modpacks/rc-plus/dev/config/modpack_defaults/config/complexleafculling.json @@ -0,0 +1,9 @@ +{ + "enabled": true, + "enableStandardCulling": false, + "enableExtendedCulling": true, + "enablePassDemotion": false, + "mode": "CONSERVATIVE", + "interiorThreshold": 0, + "useExtendedLeafDetection": true +} \ No newline at end of file