aboutsummaryrefslogtreecommitdiff
path: root/run/config/sodium-options.json
diff options
context:
space:
mode:
authorHacktheTime <l4bg0jb7@duck.com>2023-09-16 22:50:53 +0200
committerHacktheTime <l4bg0jb7@duck.com>2023-09-16 22:50:53 +0200
commitde757b18d464e2b87d5cb13553603c46a943cbe0 (patch)
tree48f59212ef614a5d7953f3a1a1114faf168b04a7 /run/config/sodium-options.json
parent32b5cdf7b7628164a795258559a7ce9c63911295 (diff)
downloadBBsentials-de757b18d464e2b87d5cb13553603c46a943cbe0.tar.gz
BBsentials-de757b18d464e2b87d5cb13553603c46a943cbe0.tar.bz2
BBsentials-de757b18d464e2b87d5cb13553603c46a943cbe0.zip
bug fixes
fixed trapper yes via chat prompt action not working. changed the get getter of the string from messageOriginal in Chat.java to now use just messageOriginal.getString(). previosly removed everything in [] brackets.
Diffstat (limited to 'run/config/sodium-options.json')
-rw-r--r--run/config/sodium-options.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/run/config/sodium-options.json b/run/config/sodium-options.json
index 04c0704..be96240 100644
--- a/run/config/sodium-options.json
+++ b/run/config/sodium-options.json
@@ -5,19 +5,18 @@
"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,
+ "always_defer_chunk_updates_v2": true,
"animate_only_visible_textures": true,
"use_entity_culling": true,
"use_fog_occlusion": true,
- "use_block_face_culling": true
+ "use_block_face_culling": true,
+ "use_no_error_g_l_context": true
},
"notifications": {
"hide_donation_button": false