From eab1f78eba117fcd3c9659f9b40051e3b4ed3924 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 24 Jan 2024 11:16:53 +0700 Subject: [PATCH] restore if --- config/immediatelyfast.json | 22 ++++++++++++++++++++++ mods | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 config/immediatelyfast.json diff --git a/config/immediatelyfast.json b/config/immediatelyfast.json new file mode 100644 index 000000000..bed6bd40c --- /dev/null +++ b/config/immediatelyfast.json @@ -0,0 +1,22 @@ +{ + "REGULAR_INFO": "----- Regular config values below -----", + "font_atlas_resizing": true, + "map_atlas_generation": true, + "hud_batching": false, + "fast_text_lookup": true, + "fast_buffer_upload": true, + "fast_buffer_upload_size_mb": 256, + "fast_buffer_upload_explicit_flush": true, + "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", + "dont_add_info_into_debug_hud": false, + "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", + "experimental_disable_error_checking": false, + "experimental_disable_resource_pack_conflict_handling": false, + "experimental_sign_text_buffering": false, + "experimental_screen_batching": false, + "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", + "debug_only_and_not_recommended_disable_universal_batching": false, + "debug_only_and_not_recommended_disable_mod_conflict_handling": false, + "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, + "debug_only_print_additional_error_information": false +} \ No newline at end of file diff --git a/mods b/mods index c68cdccab..03fa8df17 160000 --- a/mods +++ b/mods @@ -1 +1 @@ -Subproject commit c68cdccab3b69d86e5bdf51e85ab85ceab9c4ab3 +Subproject commit 03fa8df176689e9c74d670d127fab6be6fd467c6