Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/PojavOptimize
Path: blob/main/1.17.1/config/sodium-options.json
4986 views
1
{
2
"quality": {
3
"weather_quality": "DEFAULT",
4
"leaves_quality": "DEFAULT",
5
"enable_vignette": true
6
},
7
"advanced": {
8
"arena_memory_allocator": "ASYNC",
9
"allow_direct_memory_access": true,
10
"enable_memory_tracing": false,
11
"use_advanced_staging_buffers": false,
12
"cpu_render_ahead_limit": 3
13
},
14
"performance": {
15
"chunk_builder_threads": 32,
16
"always_defer_chunk_updates": false,
17
"animate_only_visible_textures": true,
18
"use_entity_culling": true,
19
"use_particle_culling": true,
20
"use_fog_occlusion": true,
21
"use_block_face_culling": true
22
},
23
"notifications": {
24
"hide_donation_button": true
25
}
26
}
27