Files

30 lines
761 B
JSON
Raw Permalink Normal View History

2026-02-27 22:23:27 +08:00
{
"quality": {
"weather_quality": "DEFAULT",
"leaves_quality": "DEFAULT",
2026-07-12 15:17:44 +08:00
"enable_vignette": true,
"use_closest_point_entity_sort": false
2026-02-27 22:23:27 +08:00
},
"advanced": {
"enable_memory_tracing": false,
"use_advanced_staging_buffers": true,
"cpu_render_ahead_limit": 3
},
"performance": {
"chunk_builder_threads": 0,
2026-07-12 15:17:44 +08:00
"chunk_build_defer_mode": "ALWAYS",
2026-02-27 22:23:27 +08:00
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_fog_occlusion": true,
"use_block_face_culling": true,
2026-07-12 15:17:44 +08:00
"use_no_error_g_l_context": true,
"quad_splitting_mode": "SAFE"
2026-02-27 22:23:27 +08:00
},
"notifications": {
"has_cleared_donation_button": false,
2026-07-12 15:17:44 +08:00
"has_seen_donation_prompt": true
2026-02-27 22:23:27 +08:00
},
"debug": {
"terrain_sorting_enabled": true
}
}