From de757b18d464e2b87d5cb13553603c46a943cbe0 Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Sat, 16 Sep 2023 22:50:53 +0200 Subject: 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. --- run/config/indium-renderer.properties | 2 +- run/config/sodium-options.json | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'run/config') diff --git a/run/config/indium-renderer.properties b/run/config/indium-renderer.properties index 112e045..3a669e3 100644 --- a/run/config/indium-renderer.properties +++ b/run/config/indium-renderer.properties @@ -1,5 +1,5 @@ #Indium properties file -#Sat Jul 15 18:02:57 CEST 2023 +#Sat Sep 16 15:36:03 CEST 2023 fix-exterior-vertex-lighting=auto ambient-occlusion-mode=auto always-tesselate-blocks=auto 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 -- cgit