compare with SO 1.20.1 12.3
This commit is contained in:
parent
71e15d14b6
commit
71be7b0c99
15 changed files with 88 additions and 276 deletions
|
|
@ -3,7 +3,6 @@ lightmap_time_change_needed_for_update: 80
|
|||
enable_sky_color_caching: true
|
||||
skycolor_time_change_needed_for_update: 20
|
||||
enable_debug_renderer_disable_if_not_needed: true
|
||||
enable_fps_string_optimization: true
|
||||
enable_particle_manager_optimization: true
|
||||
enable_toast_optimizations: true
|
||||
enable_sky_angle_caching_in_worldrenderer: true
|
||||
|
|
@ -13,4 +12,6 @@ enable_entity_flag_caching: true
|
|||
enable_remove_redundant_fov_calculations: true
|
||||
enable_remove_tutorial_if_not_demo: true
|
||||
show_f3_text: false
|
||||
config_version: 1
|
||||
ignore_mod_incompatibilities: false
|
||||
log_config: false
|
||||
config_version: 3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
version = 3
|
||||
defaultGlobalExecutorParallelismExpression = "max(1,min(if(is_windows,(cpus/2.0),(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))))"
|
||||
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]
|
||||
|
||||
|
|
@ -14,4 +14,4 @@ defaultGlobalExecutorParallelismExpression = "max(1,min(if(is_windows,(cpus/2.0)
|
|||
gcFreeChunkSerializer = true
|
||||
|
||||
[threadedWorldGen]
|
||||
enabled = true
|
||||
enabled = true
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@
|
|||
"fast_buffer_upload_size_mb": 64,
|
||||
"experimental_disable_error_checking": true,
|
||||
"experimental_screen_batching": true,
|
||||
"experimental_sign_text_buffering": true
|
||||
"experimental_sign_text_buffering": true,
|
||||
"experimental_disable_resource_pack_conflict_handling": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ version = 1
|
|||
itemFrameLODRange = 16
|
||||
itemFrame3FaceCullingRange = 2.0
|
||||
leavesCullingMode = "DEPTH"
|
||||
leavesCullingAmount = 3
|
||||
includeMangroveRoots = true
|
||||
entityModelCulling = true
|
||||
endGatewayCulling = true
|
||||
endGatewayCulling = true
|
||||
|
|
|
|||
|
|
@ -1,16 +1,14 @@
|
|||
version:3465
|
||||
enableVsync:true
|
||||
enableVsync:false
|
||||
fullscreen:true
|
||||
darkMojangStudiosBackground:true
|
||||
fov:0.5
|
||||
renderDistance:12
|
||||
simulationDistance:5
|
||||
maxFps:260
|
||||
graphicsMode:0
|
||||
resourcePacks:["vanilla","fabric","continuity:default","file/fancy.zip","file/3D.zip","file/utility.zip"]
|
||||
tutorialStep:none
|
||||
skipMultiplayerWarning:true
|
||||
joinedFirstServer:true
|
||||
syncChunkWrites:false
|
||||
key_key.saveToolbarActivator:key.keyboard.unknown
|
||||
key_key.mute_microphone:key.keyboard.unknown
|
||||
key_key.hide_icons:key.keyboard.unknown
|
||||
key_key.voice_chat_group:key.keyboard.unknown
|
||||
soundCategory_master:0.4
|
||||
soundCategory_music:0.1
|
||||
soundCategory_music:0.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue