aboutsummaryrefslogtreecommitdiff
path: root/run/config/sodium-options.json
blob: 04c0704fc314cac9c346c1b21a4d6e0a37fddbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "quality": {
    "weather_quality": "DEFAULT",
    "leaves_quality": "DEFAULT",
    "enable_vignette": false
  },
  "advanced": {
    "arena_memory_allocator": "ASYNC",
    "allow_direct_memory_access": true,
    "enable_memory_tracing": false,
    "use_advanced_staging_buffers": true,
    "cpu_render_ahead_limit": 9
  },
  "performance": {
    "chunk_builder_threads": 4,
    "always_defer_chunk_updates": false,
    "animate_only_visible_textures": true,
    "use_entity_culling": true,
    "use_fog_occlusion": true,
    "use_block_face_culling": true
  },
  "notifications": {
    "hide_donation_button": false
  }
}