SMP-MODPACK/.minecraft/config/sodium-options.json
2024-04-26 18:48:45 +02:00

25 lines
No EOL
628 B
JSON

{
"quality": {
"weather_quality": "FANCY",
"leaves_quality": "FANCY",
"enable_vignette": true
},
"advanced": {
"enable_memory_tracing": false,
"use_advanced_staging_buffers": true,
"cpu_render_ahead_limit": 4
},
"performance": {
"chunk_builder_threads": 2,
"always_defer_chunk_updates_v2": true,
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_fog_occlusion": false,
"use_block_face_culling": true,
"use_no_error_g_l_context": true
},
"notifications": {
"has_cleared_donation_button": false,
"has_seen_donation_prompt": true
}
}