mod config updates

This commit is contained in:
anonoe 2025-04-12 19:08:06 +02:00
parent 058b6f31d2
commit 6af34bdefc
Signed by: anonoe
SSH key fingerprint: SHA256:c7f28FyVXvIXSVjAXp9azN9lKg+khKjVegKYeXHP/Ho
10 changed files with 405 additions and 37 deletions

View file

@ -1,7 +1,21 @@
{
"fast_buffer_upload_size_mb": 64,
"REGULAR_INFO": "----- Regular config values below -----",
"font_atlas_resizing": true,
"map_atlas_generation": true,
"hud_batching": true,
"fast_text_lookup": true,
"fast_buffer_upload": 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": true,
"experimental_screen_batching": true,
"experimental_disable_resource_pack_conflict_handling": false,
"experimental_sign_text_buffering": true,
"experimental_disable_resource_pack_conflict_handling": false
}
"experimental_screen_batching": true,
"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,
"debug_only_use_last_usage_for_batch_ordering": false
}