Updated modlist and fixed crash on load!
This commit is contained in:
@@ -19,7 +19,7 @@ version = 3
|
||||
# Available variables: is_windows, is_j9vm, is_client, cpus, mem_gb
|
||||
#
|
||||
defaultGlobalExecutorParallelismExpression = "default"
|
||||
# (Default: 3) Configures the parallelism of global executor
|
||||
# (Default: 5) Configures the parallelism of global executor
|
||||
globalExecutorParallelism = "default"
|
||||
|
||||
[fixes]
|
||||
@@ -46,14 +46,14 @@ globalExecutorParallelism = "default"
|
||||
[clientSideConfig.modifyMaxVDConfig]
|
||||
# (Default: true) Whether to modify maximum view distance
|
||||
enabled = "default"
|
||||
# (Default: 54) Max render distance allowed in game options
|
||||
# (Default: 63) Max render distance allowed in game options
|
||||
maxViewDistance = "default"
|
||||
|
||||
[noTickViewDistance]
|
||||
# (Default: true) Whether to use compatibility mode to send chunks
|
||||
# This may fix some mod compatibility issues
|
||||
compatibilityMode = "default"
|
||||
# (Default: 4) No-tick view distance max concurrent chunk loads
|
||||
# (Default: 6) No-tick view distance max concurrent chunk loads
|
||||
# Lower this for a better latency and higher this for a faster loading
|
||||
maxConcurrentChunkLoads = "default"
|
||||
# (Default: false) Whether to ensure correct chunks within normal render distance
|
||||
|
||||
Reference in New Issue
Block a user