This commit is contained in:
zzj
2025-12-29 19:21:13 +08:00
parent 5db3e13690
commit 383be5e21d
125 changed files with 4209 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"quality": {
"weather_quality": "DEFAULT",
"leaves_quality": "DEFAULT",
"enable_vignette": true
},
"advanced": {
"enable_memory_tracing": false,
"use_advanced_staging_buffers": true,
"cpu_render_ahead_limit": 3
},
"performance": {
"chunk_builder_threads": 0,
"chunk_build_defer_mode": "ALWAYS",
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_fog_occlusion": true,
"use_block_face_culling": true,
"use_no_error_g_l_context": true,
"quad_splitting_mode": "SAFE"
},
"notifications": {
"has_cleared_donation_button": true,
"has_seen_donation_prompt": true
},
"debug": {
"terrain_sorting_enabled": true
}
}