22 lines
1.1 KiB
JSON
22 lines
1.1 KiB
JSON
{
|
|
"REGULAR_INFO": "----- Regular config values below -----",
|
|
"font_atlas_resizing": true,
|
|
"map_atlas_generation": true,
|
|
"fast_text_lookup": true,
|
|
"avoid_redundant_framebuffer_switching": true,
|
|
"fix_slow_buffer_upload_on_apple_gpu": true,
|
|
"COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----",
|
|
"dont_add_info_into_debug_hud": true,
|
|
"EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----",
|
|
"experimental_disable_error_checking": true,
|
|
"experimental_disable_resource_pack_conflict_handling": true,
|
|
"experimental_screen_batching": true,
|
|
"experimental_sign_text_buffering": false,
|
|
"experimental_universal_hud_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
|
|
}
|