mods/files/PolyMC/instances/common/config/sodium-options.json

25 lines
626 B
JSON
Raw Normal View History

2024-04-14 17:53:07 +00:00
{
"quality": {
"weather_quality": "FAST",
"leaves_quality": "FAST",
"enable_vignette": false
},
"advanced": {
"enable_memory_tracing": false,
"use_advanced_staging_buffers": false,
"cpu_render_ahead_limit": 4
},
"performance": {
"chunk_builder_threads": 0,
"always_defer_chunk_updates_v2": true,
"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
},
"notifications": {
"has_cleared_donation_button": true,
"has_seen_donation_prompt": true
}
}