add PL/MMC instance files
This commit is contained in:
parent
7a058f816a
commit
1a7202e4ce
113 changed files with 76 additions and 0 deletions
17
client/minecraft/config/c2me.toml
Normal file
17
client/minecraft/config/c2me.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version = 3
|
||||
defaultGlobalExecutorParallelismExpression = "max(1,min(if(is_client,(cpus/2.66+1),(cpus/1.5)),if(is_j9vm,((mem_gb-(if(is_client,0.5,0.2)))/0.2),((mem_gb-(if(is_client,0.8,0.5)))/0.2))))"
|
||||
|
||||
[clientSideConfig]
|
||||
|
||||
[clientSideConfig.modifyMaxVDConfig]
|
||||
enabled = false
|
||||
|
||||
[noTickViewDistance]
|
||||
compatibilityMode = false
|
||||
maxConcurrentChunkLoads = 2
|
||||
|
||||
[ioSystem]
|
||||
gcFreeChunkSerializer = true
|
||||
|
||||
[threadedWorldGen]
|
||||
enabled = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue