mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
feat(rc-plus): leaf culling fixes
This commit is contained in:
@@ -12,7 +12,7 @@ threadPoolPriority = 3
|
||||
compatibilityMode = false
|
||||
maxConcurrentChunkLoads = 18
|
||||
enableExtRenderDistanceProtocol = false
|
||||
maxViewDistance = 32
|
||||
maxViewDistance = 64
|
||||
|
||||
[ioSystem]
|
||||
gcFreeChunkSerializer = true
|
||||
|
||||
9
modpacks/rc-plus/dev/config/complexleafculling.json
Normal file
9
modpacks/rc-plus/dev/config/complexleafculling.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"enableStandardCulling": false,
|
||||
"enableExtendedCulling": true,
|
||||
"enablePassDemotion": false,
|
||||
"mode": "CONSERVATIVE",
|
||||
"interiorThreshold": 0,
|
||||
"useExtendedLeafDetection": true
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"enableStandardCulling": false,
|
||||
"enableExtendedCulling": true,
|
||||
"enablePassDemotion": false,
|
||||
"mode": "CONSERVATIVE",
|
||||
"interiorThreshold": 0,
|
||||
"useExtendedLeafDetection": true
|
||||
}
|
||||
Reference in New Issue
Block a user