Added Simply Optimized mods and configurations
This commit is contained in:
parent
c966dae0ab
commit
39a21d681a
12 changed files with 121 additions and 6 deletions
17
config/yosbr/config/badoptimizations.txt
Normal file
17
config/yosbr/config/badoptimizations.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
enable_lightmap_caching: true
|
||||
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_particle_manager_optimization: true
|
||||
enable_toast_optimizations: true
|
||||
enable_sky_angle_caching_in_worldrenderer: true
|
||||
enable_entity_renderer_caching: true
|
||||
enable_block_entity_renderer_caching: true
|
||||
enable_entity_flag_caching: true
|
||||
enable_remove_redundant_fov_calculations: true
|
||||
enable_remove_tutorial_if_not_demo: true
|
||||
show_f3_text: false
|
||||
ignore_mod_incompatibilities: false
|
||||
log_config: false
|
||||
config_version: 3
|
||||
|
|
@ -4,10 +4,17 @@ globalExecutorParallelism = "1"
|
|||
[clientSideConfig]
|
||||
|
||||
[clientSideConfig.modifyMaxVDConfig]
|
||||
enableExtRenderDistanceProtocol = false
|
||||
enabled = false
|
||||
|
||||
[noTickViewDistance]
|
||||
enabled = false
|
||||
|
||||
[threadedWorldGen]
|
||||
enabled = false
|
||||
enabled = false
|
||||
|
||||
[ioSystem]
|
||||
gcFreeChunkSerializer = true
|
||||
|
||||
[chunkSystem]
|
||||
syncPlayerTickets = false
|
||||
|
|
@ -8,13 +8,15 @@
|
|||
"COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----",
|
||||
"dont_add_info_into_debug_hud": true,
|
||||
"EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----",
|
||||
"experimental_disable_error_checking": false,
|
||||
"experimental_disable_resource_pack_conflict_handling": false,
|
||||
"experimental_disable_error_checking": true,
|
||||
"experimental_disable_resource_pack_conflict_handling": true,
|
||||
"experimental_screen_batching": true,
|
||||
"experimental_sign_text_buffering": false,
|
||||
"experimental_universal_hud_batching": true,
|
||||
"DEBUG_INFO": "----- Debug only config values below (Do not touch) -----",
|
||||
"debug_only_and_not_recommended_disable_universal_batching": false,
|
||||
"debug_only_and_not_recommended_disable_mod_conflict_handling": false,
|
||||
"debug_only_and_not_recommended_disable_hardware_conflict_handling": false,
|
||||
"debug_only_print_additional_error_information": false,
|
||||
"debug_only_use_last_usage_for_batch_ordering": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
1
config/yosbr/config/lithium.properties
Normal file
1
config/yosbr/config/lithium.properties
Normal file
|
|
@ -0,0 +1 @@
|
|||
mixin.experimental=true
|
||||
|
|
@ -1 +1,14 @@
|
|||
mixin.perf.dynamic_resources=true
|
||||
mixin.bugfix.chunk_deadlock=true
|
||||
mixin.bugfix.packet_leak=true
|
||||
mixin.bugfix.paper_chunk_patches=true
|
||||
mixin.perf.clear_fabric_mapping_tables=true
|
||||
mixin.perf.clear_mixin_classinfo=true
|
||||
mixin.perf.dynamic_entity_renderers=true
|
||||
mixin.perf.faster_item_rendering=true
|
||||
mixin.perf.nbt_memory_usage=true
|
||||
mixin.perf.dynamic_sounds=true
|
||||
mixin.perf.thread_priorities=false
|
||||
mixin.perf.deduplicate_location=true
|
||||
mixin.perf.worldgen_allocation=true
|
||||
mixin.perf.dynamic_resources=true
|
||||
mixin.bugfix.missing_block_entities=true
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ includeMangroveRoots = true
|
|||
powderSnowCulling = true
|
||||
entityModelCulling = false
|
||||
useOnModdedBlocksByDefault = true
|
||||
endGatewayCulling = true
|
||||
|
||||
|
||||
[modCompatibility]
|
||||
minecraft = true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"quality": {
|
||||
"weather_quality": "FAST",
|
||||
"leaves_quality": "FAST"
|
||||
"leaves_quality": "FAST",
|
||||
"enable_vignette": false
|
||||
},
|
||||
"advanced": {
|
||||
"cpu_render_ahead_limit": 4
|
||||
|
|
|
|||
8
config/yosbr/config/threadtweak.json
Normal file
8
config/yosbr/config/threadtweak.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"threadPriority": {
|
||||
"game": 8,
|
||||
"main": 4,
|
||||
"io": 7,
|
||||
"integratedServer": 7
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue