move some configs to yosbr
This commit is contained in:
parent
539789e1f8
commit
f758d9239e
4 changed files with 9 additions and 9 deletions
26
config/yosbr/config/sodium-options.json
Normal file
26
config/yosbr/config/sodium-options.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"quality": {
|
||||
"weather_quality": "DEFAULT",
|
||||
"leaves_quality": "DEFAULT",
|
||||
"enable_vignette": true
|
||||
},
|
||||
"advanced": {
|
||||
"arena_memory_allocator": "ASYNC",
|
||||
"allow_direct_memory_access": true,
|
||||
"enable_memory_tracing": false,
|
||||
"use_advanced_staging_buffers": true,
|
||||
"cpu_render_ahead_limit": 3
|
||||
},
|
||||
"performance": {
|
||||
"chunk_builder_threads": 8,
|
||||
"always_defer_chunk_updates": false,
|
||||
"animate_only_visible_textures": true,
|
||||
"use_entity_culling": true,
|
||||
"use_particle_culling": true,
|
||||
"use_fog_occlusion": true,
|
||||
"use_block_face_culling": true
|
||||
},
|
||||
"notifications": {
|
||||
"hide_donation_button": true
|
||||
}
|
||||
}
|
1
config/yosbr/config/xaeropatreon.txt
Normal file
1
config/yosbr/config/xaeropatreon.txt
Normal file
|
@ -0,0 +1 @@
|
|||
showCapes:false
|
Loading…
Add table
Add a link
Reference in a new issue