]> gitweb.ps.run Git - packwiz/blob - config/sodium-options.json
repaya
[packwiz] / config / sodium-options.json
1 {
2   "quality": {
3     "weather_quality": "FAST",
4     "leaves_quality": "DEFAULT",
5     "enable_vignette": false
6   },
7   "advanced": {
8     "enable_memory_tracing": false,
9     "use_advanced_staging_buffers": true,
10     "cpu_render_ahead_limit": 5
11   },
12   "performance": {
13     "chunk_builder_threads": 0,
14     "chunk_build_defer_mode": "ALWAYS",
15     "animate_only_visible_textures": true,
16     "use_entity_culling": true,
17     "use_fog_occlusion": false,
18     "use_block_face_culling": true,
19     "use_no_error_g_l_context": true,
20     "quad_splitting_mode": "SAFE"
21   },
22   "notifications": {
23     "has_cleared_donation_button": false,
24     "has_seen_donation_prompt": false
25   },
26   "debug": {
27     "terrain_sorting_enabled": true
28   }
29 }