remove immediatlyfast because this breaks some block rendering
This commit is contained in:
parent
29fa1678b9
commit
27ebdcda97
4 changed files with 5 additions and 23 deletions
|
|
@ -7,6 +7,8 @@
|
|||
- Added QOL mods.
|
||||
- F11 is now working correctly.
|
||||
- Fixes to work with the latest greg.
|
||||
- Fixed latex bucket quest.
|
||||
- Fixed strings quest.
|
||||
|
||||
## [0.6.6] - 21.01.2024
|
||||
### Изменения
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
- Добавлены QOL моды.
|
||||
- F11 теперь работает правильно.
|
||||
- Исправления для работы с последним грегом.
|
||||
- Исправлен квест на ведро латекса.
|
||||
- ИСправлен квест на нитки.
|
||||
|
||||
## [0.6.6] - 21.01.2024
|
||||
### Изменения
|
||||
|
|
|
|||
|
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
"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,
|
||||
"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
|
||||
}
|
||||
2
mods
2
mods
|
|
@ -1 +1 @@
|
|||
Subproject commit dc0007e2f621e5725c476bfb89ab6f14685823ea
|
||||
Subproject commit c68cdccab3b69d86e5bdf51e85ab85ceab9c4ab3
|
||||
Loading…
Add table
Add a link
Reference in a new issue