neuralgia/config/immediatelyfast.json
woopSmile 6cc7866328
Add ModernUI (#2620)
* Add Modern UI configuration file

Disabled zoom key
disable rounded edge
set the fonts to match vanilla TFG
and maybe a few other tweaks but those are the main one

Signed-off-by: woopSmile <tristanjobin@gmail.com>

* Add files via upload

Signed-off-by: woopSmile <tristanjobin@gmail.com>

* Disable font atlas resizing and fast text lookup

changes required for ModernUI

Signed-off-by: woopSmile <tristanjobin@gmail.com>

* Add modernUI

remove blur
remove Fps Reducer

Signed-off-by: woopSmile <tristanjobin@gmail.com>

* complete version of unifont

minecraft bundled unifont is incomplete and unsuitable for modernUI use (from the mod author himself) 

Signed-off-by: woopSmile <tristanjobin@gmail.com>

* Updated client config to use unifont

Signed-off-by: woopSmile <tristanjobin@gmail.com>

---------

Signed-off-by: woopSmile <tristanjobin@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
2026-01-07 13:23:46 +00:00

21 lines
1 KiB
JSON

{
"REGULAR_INFO": "----- Regular config values below -----",
"font_atlas_resizing": false,
"map_atlas_generation": true,
"hud_batching": false,
"fast_text_lookup": false,
"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": 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,
"debug_only_use_last_usage_for_batch_ordering": false
}