Назад до магазину
Modrinth Mod

BadOptimizations

Optimization mod that focuses on things other than rendering

Інформація про Minecraft-продукт

Важливе про товар

Сумісність, версії Minecraft, завантажувачі та дані зовнішнього джерела.

Тип

Mod

Доступ

Безкоштовно

Остання версія

2.4.1

Завантаження

35 438 085

Завантажувачі / Платформи

fabric forge neoforge

Minecraft версії

1.19.1 – 1.19.4 1.20.1 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Категорії

optimization

Опис

Докладна інформація

<img src="https://www.bisecthosting.com/partners/custom-banners/7714c6cf-b028-488b-a4d3-0ce8e73e777b.webp"> <p> ## BadOptimizations A collection of mostly micro optimizations that add up to something bigger! ## What does it do? Multiple things:<p> - **Avoid updating lightmap**<p> Updating lightmap textures are one of the most expensive parts of the client tick. During each tick, the client will do vector math to calculate lightmaps for blocks and the sky, then upload that new texture to the GPU. However, this can be completely avoided and cached if nothing affecting block brightness has changed. This mod will cancel lightmap updates if nothing that changes block brightness (e.g. gamma slider, potion effects, dimension) has changed. - **Don't do debug logic if we don't need to**<p> Minecraft has four debug renderers that can be activated with a debug server: bees, game events, game test and villager AI. Even if there's nothing to process, the logic for these debug renderers are still executed. This mod will only execute them if debug is enabled and there is data from the server to process. - **Sky color calculation optimizations** (1.21.10 and below)<p> Minecraft uses a cubic color sampler every frame to calculate the current sky color. This function loops 216 times to factor in surrounding biomes, even if all surrounding biomes are identical or have identical sky colors. This mod makes the color sampler only used if you are between biomes with different sky colors, and caches it for each tick. Otherwise, a shorter, simpler and faster sky color calculation is used. <p> That's a few of them, at least. You can disable any optimization in the config file if you need to. </p> ## How much does it help? Depends on your system and luck, but on my own PC, an RTX 3060, intel i7 12700 and 4GB of allocated ram on Fabulously Optimized:<p> Without toasts, it goes from *1926-1955 FPS*:<p> <img src="https://raw.githubusercontent.com/imthosea/images/refs/heads/master/badoptimizations/v1/image1.png" width="400"><p> To 2008-2023 FPS:<p> <img src="https://raw.githubusercontent.com/imthosea/images/refs/heads/master/badoptimizations/v1/image2.png" width="400"><p> And with toasts, it goes from *1351-1384 FPS*:<p> <img src="https://raw.githubusercontent.com/imthosea/images/refs/heads/master/badoptimizations/v1/image3.png" width="400"><p> To *1414-1458 FPS*:<p> <img src="https://raw.githubusercontent.com/imthosea/images/refs/heads/master/badoptimizations/v1/image4.png" width="400"><p> ## My mod is incompatible! You can [mark your mod as incompatible](https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option) with specific BadOptimizations options. If your mod is present, BadOptimizations will automatically disable the specific options you specify. You can also add [hooks that tell BadOptimizations when the lightmap or sky color](https://github.com/imthosea/BadOptimizations/wiki/Adding-lightmap-skycolor-caching-hooks) needs to be updated instead of adding a hard incompatibility to the caching optimizations. ## Dependencies? None. *(Also available on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/badoptimizations), if that's your thing.)*

Розробник

thosea

Профіль і дані отримано з Modrinth

Відкрити на Modrinth

Галерея продукту

Зображення проєкту

Скриншоти та зображення з оригінальної сторінки Modrinth.

Список змін

Версії проєкту

Опубліковані версії та оригінальні файли Modrinth.

2.4.1 Актуальна Release 16.06.2026

2.4.1 (26.2/fabric)

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric
Показати зміни
6/16/26: - Port to 26.2 3/25/2026: - Port to 26.1 - Fabric and NeoForge variants are no longer combined into one jar - This may revert in the future Version 2.4.1: - Migrate to Mojang Mappings - Change some comments in the config file - Update to 1.21.11 - Sky color is now data driven making sky color caching infeasible so it's been removed - Lightmap caching remains but no longer directly uses time as a factor, so lightmap_time_change_needed_for_update no longer has any effect - These changes don't apply to 1.21.10-
2.4.1 Release 16.06.2026

2.4.1 (26.2/neoforge)

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
6/16/26: - Port to 26.2 3/25/2026: - Port to 26.1 - Fabric and NeoForge variants are no longer combined into one jar - This may revert in the future Version 2.4.1: - Migrate to Mojang Mappings - Change some comments in the config file - Update to 1.21.11 - Sky color is now data driven making sky color caching infeasible so it's been removed - Lightmap caching remains but no longer directly uses time as a factor, so lightmap_time_change_needed_for_update no longer has any effect - These changes don't apply to 1.21.10-
2.4.1 Release 29.03.2026

2.4.1 (26.1-26.1.2/fabric)

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric
Показати зміни
3/25/2026: - Port to 26.1 - Fabric and NeoForge variants are no longer combined into one jar - This may revert in the future Version 2.4.1: - Migrate to Mojang Mappings - Change some comments in the config file - Update to 1.21.11 - Sky color is now data driven making sky color caching infeasible so it's been removed - Lightmap caching remains but no longer directly uses time as a factor, so lightmap_time_change_needed_for_update no longer has any effect - These changes don't apply to 1.21.10-
2.4.1 Release 29.03.2026

2.4.1 (26.1-26.1.2/neoforge)

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
3/25/2026: - Port to 26.1 - Fabric and NeoForge variants are no longer combined into one jar - This may revert in the future Version 2.4.1: - Migrate to Mojang Mappings - Change some comments in the config file - Update to 1.21.11 - Sky color is now data driven making sky color caching infeasible so it's been removed - Lightmap caching remains but no longer directly uses time as a factor, so lightmap_time_change_needed_for_update no longer has any effect - These changes don't apply to 1.21.10-
2.4.1 Release 16.12.2025

2.4.1 (1.21.11)

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.1: - Migrate to Mojang Mappings - Change some comments in the config file - Update to 1.21.11 - Sky color is now data driven making sky color caching infeasible so it's been removed - Lightmap caching remains but no longer directly uses time as a factor, so lightmap_time_change_needed_for_update no longer has any effect - These changes don't apply to 1.21.10-
2.4.1 Release 15.12.2025

2.4.1 (1.21.10)

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.1: - Migrate to Mojang Mappings - Change some comments in the config file - Update to 1.21.11 - Sky color is now data driven making sky color caching infeasible so it's been removed - Lightmap caching remains but no longer directly uses time as a factor, so lightmap_time_change_needed_for_update no longer has any effect - These changes don't apply to 1.21.10-
2.4.1 Release 15.12.2025

2.4.1 (1.21.6-1.21.8)

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.1: - Migrate to Mojang Mappings - Change some comments in the config file - Update to 1.21.11 - Sky color is now data driven making sky color caching infeasible so it's been removed - Lightmap caching remains but no longer directly uses time as a factor, so lightmap_time_change_needed_for_update no longer has any effect - These changes don't apply to 1.21.10-
2.4.1 Release 15.12.2025

2.4.1 (1.21.2-1.21.5)

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4 1.21.5
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.1: - Migrate to Mojang Mappings - Change some comments in the config file - Update to 1.21.11 - Sky color is now data driven making sky color caching infeasible so it's been removed - Lightmap caching remains but no longer directly uses time as a factor, so lightmap_time_change_needed_for_update no longer has any effect - These changes don't apply to 1.21.10-
2.4.1 Release 15.12.2025

2.4.1 (1.21.1)

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.1: - Migrate to Mojang Mappings - Change some comments in the config file - Update to 1.21.11 - Sky color is now data driven making sky color caching infeasible so it's been removed - Lightmap caching remains but no longer directly uses time as a factor, so lightmap_time_change_needed_for_update no longer has any effect - These changes don't apply to 1.21.10-
2.4.1 Release 15.12.2025

2.4.1 (1.20.5/1.20.6)

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.1: - Migrate to Mojang Mappings - Change some comments in the config file - Update to 1.21.11 - Sky color is now data driven making sky color caching infeasible so it's been removed - Lightmap caching remains but no longer directly uses time as a factor, so lightmap_time_change_needed_for_update no longer has any effect - These changes don't apply to 1.21.10-
2.4.1 Release 15.12.2025

2.4.1 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.1: - Migrate to Mojang Mappings - Change some comments in the config file - Update to 1.21.11 - Sky color is now data driven making sky color caching infeasible so it's been removed - Lightmap caching remains but no longer directly uses time as a factor, so lightmap_time_change_needed_for_update no longer has any effect - These changes don't apply to 1.21.10-
2.4.1 Release 15.12.2025

2.4.1 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
Version 2.4.1: - Migrate to Mojang Mappings - Change some comments in the config file - Update to 1.21.11 - Sky color is now data driven making sky color caching infeasible so it's been removed - Lightmap caching remains but no longer directly uses time as a factor, so lightmap_time_change_needed_for_update no longer has any effect - These changes don't apply to 1.21.10-
2.4.0 Release 27.11.2025

2.4.0 (1.21.10)

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.0: - Other mods can now add cache hooks that tell BadOptimizations when to update the lightmap/skycolor. See https://github.com/imthosea/BadOptimizations/wiki/Adding-lightmap-skycolor-caching-hooks - Add new config option "ignore_mod_cache_hooks" to ignore loading these hooks (not recommended) - Fix incorrect Minecraft version requirements on some releases - (1.21.10+) Use proper API for adding debug HUD entries
2.4.0 Release 27.11.2025

2.4.0 (1.21.6-1.21.8)

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.0: - Other mods can now add cache hooks that tell BadOptimizations when to update the lightmap/skycolor. See https://github.com/imthosea/BadOptimizations/wiki/Adding-lightmap-skycolor-caching-hooks - Add new config option "ignore_mod_cache_hooks" to ignore loading these hooks (not recommended) - Fix incorrect Minecraft version requirements on some releases - (1.21.10+) Use proper API for adding debug HUD entries
2.4.0 Release 27.11.2025

2.4.0 (1.21.2-1.21.5)

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4 1.21.5
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.0: - Other mods can now add cache hooks that tell BadOptimizations when to update the lightmap/skycolor. See https://github.com/imthosea/BadOptimizations/wiki/Adding-lightmap-skycolor-caching-hooks - Add new config option "ignore_mod_cache_hooks" to ignore loading these hooks (not recommended) - Fix incorrect Minecraft version requirements on some releases - (1.21.10+) Use proper API for adding debug HUD entries
2.4.0 Release 27.11.2025

2.4.0 (1.21.1)

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.0: - Other mods can now add cache hooks that tell BadOptimizations when to update the lightmap/skycolor. See https://github.com/imthosea/BadOptimizations/wiki/Adding-lightmap-skycolor-caching-hooks - Add new config option "ignore_mod_cache_hooks" to ignore loading these hooks (not recommended) - Fix incorrect Minecraft version requirements on some releases - (1.21.10+) Use proper API for adding debug HUD entries
2.4.0 Release 27.11.2025

2.4.0 (1.20.5/1.20.6)

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.0: - Other mods can now add cache hooks that tell BadOptimizations when to update the lightmap/skycolor. See https://github.com/imthosea/BadOptimizations/wiki/Adding-lightmap-skycolor-caching-hooks - Add new config option "ignore_mod_cache_hooks" to ignore loading these hooks (not recommended) - Fix incorrect Minecraft version requirements on some releases - (1.21.10+) Use proper API for adding debug HUD entries
2.4.0 Release 27.11.2025

2.4.0 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.4.0: - Other mods can now add cache hooks that tell BadOptimizations when to update the lightmap/skycolor. See https://github.com/imthosea/BadOptimizations/wiki/Adding-lightmap-skycolor-caching-hooks - Add new config option "ignore_mod_cache_hooks" to ignore loading these hooks (not recommended) - Fix incorrect Minecraft version requirements on some releases - (1.21.10+) Use proper API for adding debug HUD entries
2.4.0 Release 27.11.2025

2.4.0 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
Version 2.4.0: - Other mods can now add cache hooks that tell BadOptimizations when to update the lightmap/skycolor. See https://github.com/imthosea/BadOptimizations/wiki/Adding-lightmap-skycolor-caching-hooks - Add new config option "ignore_mod_cache_hooks" to ignore loading these hooks (not recommended) - Fix incorrect Minecraft version requirements on some releases - (1.21.10+) Use proper API for adding debug HUD entries
2.3.4 Release 30.10.2025

2.3.4 (1.21.10-only)

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.4 (1.21.10-only): - Fix crash on Neo when reading specific internal files - Remove support for 1.21.9
2.3.3 Release 18.10.2025

2.3.3 (1.21.9/1.21.10-only)

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.3 (1.21.9/1.21.10-only): - Fix stuttering with end flashes when lightmap caching was enabled
2.3.2 Release 04.10.2025

2.3.2 (1.21.9/1.21.0-only)

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.2 (1.21.9/1.21.0-only): - Fix crashing when rendering a mannequin
2.3.1 Release 02.10.2025

2.3.1 (1.21.9)

Підтримувані версії Minecraft
1.21.9
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
2.3.1 Release 01.10.2025

2.3.1 (1.21.6-1.21.8)

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
2.3.1 Release 01.10.2025

2.3.1 (1.21.2-1.21.5)

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4 1.21.5
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
2.3.1 Release 01.10.2025

2.3.1 (1.21.1)

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
2.3.1 Release 01.10.2025

2.3.1 (1.20.5/1.20.6)

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
2.3.1 Release 01.10.2025

2.3.1 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
2.3.1 Release 01.10.2025

2.3.1 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
2.3.0 Release 08.07.2025

2.3.0 (1.21.6-1.21.8)

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.0: - Other mods can now mark themselves as incompatible with specific BadOptimizations options. See https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option - Fix an issue where some options would be incorrectly turned off in your config if the config was regenerated after the game booted with one or more incompatible mods - Fix Music Toasts not appearing on 1.21.6 and 1.21.7 7/18/25: - Mark supported for 1.21.8
2.3.0 Release 08.07.2025

2.3.0 (1.21.2-1.21.5)

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4 1.21.5
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.0: - Other mods can now mark themselves as incompatible with specific BadOptimizations options. See https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option - Fix an issue where some options would be incorrectly turned off in your config if the config was regenerated after the game booted with one or more incompatible mods - Fix Music Toasts not appearing on 1.21.6 and 1.21.7
2.3.0 Release 08.07.2025

2.3.0 (1.21.1)

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.0: - Other mods can now mark themselves as incompatible with specific BadOptimizations options. See https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option - Fix an issue where some options would be incorrectly turned off in your config if the config was regenerated after the game booted with one or more incompatible mods - Fix Music Toasts not appearing on 1.21.6 and 1.21.7
2.3.0 Release 08.07.2025

2.3.0 (1.20.5/1.20.6)

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.0: - Other mods can now mark themselves as incompatible with specific BadOptimizations options. See https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option - Fix an issue where some options would be incorrectly turned off in your config if the config was regenerated after the game booted with one or more incompatible mods - Fix Music Toasts not appearing on 1.21.6 and 1.21.7
2.3.0 Release 08.07.2025

2.3.0 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.3.0: - Other mods can now mark themselves as incompatible with specific BadOptimizations options. See https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option - Fix an issue where some options would be incorrectly turned off in your config if the config was regenerated after the game booted with one or more incompatible mods - Fix Music Toasts not appearing on 1.21.6 and 1.21.7
2.3.0 Release 08.07.2025

2.3.0 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
Version 2.3.0: - Other mods can now mark themselves as incompatible with specific BadOptimizations options. See https://github.com/imthosea/BadOptimizations/wiki/Marking-your-mod-as-incompatible-with-a-BadOptimizations-option - Fix an issue where some options would be incorrectly turned off in your config if the config was regenerated after the game booted with one or more incompatible mods - Fix Music Toasts not appearing on 1.21.6 and 1.21.7
2.2.3 Release 20.06.2025

2.2.3 (1.21.2-1.21.7)

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.2.3: - Update copyright year - Fix an issue where generated configs sometimes have inconsistent indentation - Fix an issue where automatic mod incompatibilities wouldn't apply if you didn't have an existing config file - Fix an issue where log_config and ignore_mod_incompatibilies wouldn't stay when updating your config - Releases are now posted to Github - Mark supported for 1.21.6 The bugs have been [squashed](https://github.com/imthosea/BadOptimizations/issues/87#issuecomment-2989668649). 6/30/25: - Mark supported for 1.21.7
2.2.3 Release 20.06.2025

2.2.3 (1.21.1)

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.2.3: - Update copyright year - Fix an issue where generated configs sometimes have inconsistent indentation - Fix an issue where automatic mod incompatibilities wouldn't apply if you didn't have an existing config file - Fix an issue where log_config and ignore_mod_incompatibilies wouldn't stay when updating your config - Releases are now posted to Github - Mark supported for 1.21.6 The bugs have been [squashed](https://github.com/imthosea/BadOptimizations/issues/87#issuecomment-2989668649).
2.2.3 Release 20.06.2025

2.2.3 (1.20.5/1.20.6)

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.2.3: - Update copyright year - Fix an issue where generated configs sometimes have inconsistent indentation - Fix an issue where automatic mod incompatibilities wouldn't apply if you didn't have an existing config file - Fix an issue where log_config and ignore_mod_incompatibilies wouldn't stay when updating your config - Releases are now posted to Github - Mark supported for 1.21.6 The bugs have been [squashed](https://github.com/imthosea/BadOptimizations/issues/87#issuecomment-2989668649).
2.2.3 Release 20.06.2025

2.2.3 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric neoforge
Показати зміни
Version 2.2.3: - Update copyright year - Fix an issue where generated configs sometimes have inconsistent indentation - Fix an issue where automatic mod incompatibilities wouldn't apply if you didn't have an existing config file - Fix an issue where log_config and ignore_mod_incompatibilies wouldn't stay when updating your config - Releases are now posted to Github - Mark supported for 1.21.6 The bugs have been [squashed](https://github.com/imthosea/BadOptimizations/issues/87#issuecomment-2989668649).
2.2.3 Release 20.06.2025

2.2.3 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
Version 2.2.3: - Update copyright year - Fix an issue where generated configs sometimes have inconsistent indentation - Fix an issue where automatic mod incompatibilities wouldn't apply if you didn't have an existing config file - Fix an issue where log_config and ignore_mod_incompatibilies wouldn't stay when updating your config - Releases are now posted to Github - Mark supported for 1.21.6 The bugs have been [squashed](https://github.com/imthosea/BadOptimizations/issues/87#issuecomment-2989668649).
2.2.2 Release 29.04.2025

2.2.2 (1.21.2-1.21.5)

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4 1.21.5
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Fix lightmap optimizations breaking the darkness effect - Change Github link to my new username `imthosea` (old link will redirect for the foreseeable future i hope) - Fix mods that add custom player mods being incompatible with entity renderer optimizaations - Make `enable_remove_redundant_fov_calculations` incompatible with `camera_lock_on` - (1.20.5-) Make `enable_entity_flag_caching` incompatible with `biomeswevegone` and `performant` - Make both `enable_entity_renderer_caching` and `enable_block_entity_renderer_caching` incompatible with `lazyyyyy` (I fell asleep writing that) By the way I hate the number "2.2.2". Somebody report bugs so I can bump to 2.2.3 asap.
2.2.2 Release 29.04.2025

2.2.2 (1.21.1)

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Fix lightmap optimizations breaking the darkness effect - Change Github link to my new username `imthosea` (old link will redirect for the foreseeable future i hope) - Fix mods that add custom player mods being incompatible with entity renderer optimizaations - Make `enable_remove_redundant_fov_calculations` incompatible with `camera_lock_on` - (1.20.5-) Make `enable_entity_flag_caching` incompatible with `biomeswevegone` and `performant` - Make both `enable_entity_renderer_caching` and `enable_block_entity_renderer_caching` incompatible with `lazyyyyy` (I fell asleep writing that) By the way I hate the number "2.2.2". Somebody report bugs so I can bump to 2.2.3 asap.
2.2.2 Release 29.04.2025

2.2.2 (1.20.5/1.20.6)

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Fix lightmap optimizations breaking the darkness effect - Change Github link to my new username `imthosea` (old link will redirect for the foreseeable future i hope) - Fix mods that add custom player mods being incompatible with entity renderer optimizaations - Make `enable_remove_redundant_fov_calculations` incompatible with `camera_lock_on` - (1.20.5-) Make `enable_entity_flag_caching` incompatible with `biomeswevegone` and `performant` - Make both `enable_entity_renderer_caching` and `enable_block_entity_renderer_caching` incompatible with `lazyyyyy` (I fell asleep writing that) By the way I hate the number "2.2.2". Somebody report bugs so I can bump to 2.2.3 asap.
2.2.2 Release 29.04.2025

2.2.2 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Fix lightmap optimizations breaking the darkness effect - Change Github link to my new username `imthosea` (old link will redirect for the foreseeable future i hope) - Fix mods that add custom player mods being incompatible with entity renderer optimizaations - Make `enable_remove_redundant_fov_calculations` incompatible with `camera_lock_on` - (1.20.5-) Make `enable_entity_flag_caching` incompatible with `biomeswevegone` and `performant` - Make both `enable_entity_renderer_caching` and `enable_block_entity_renderer_caching` incompatible with `lazyyyyy` (I fell asleep writing that) By the way I hate the number "2.2.2". Somebody report bugs so I can bump to 2.2.3 asap.
2.2.2 Release 28.04.2025

2.2.2 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fix lightmap optimizations breaking the darkness effect - Change Github link to my new username `imthosea` (old link will redirect for the foreseeable future i hope) - Fix mods that add custom player mods being incompatible with entity renderer optimizaations - Make `enable_remove_redundant_fov_calculations` incompatible with `camera_lock_on` - (1.20.5-) Make `enable_entity_flag_caching` incompatible with `biomeswevegone` and `performant` - Make both `enable_entity_renderer_caching` and `enable_block_entity_renderer_caching` incompatible with `lazyyyyy` (I fell asleep writing that) By the way I hate the number "2.2.2". Somebody report bugs so I can bump to 2.2.3 asap.
2.2.1 Release 04.12.2024

2.2.1 (1.21.2-1.21.5)

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4 1.21.5
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- The 1.21.2/1.21.3 jars now also work on 1.21.4 - Loading on a Forge/NeoForge server now prints a proper error message instead of crashing - Lightmap caching is now marked as incompatible with Polytone Note that this is a reupload on Modrinth-I mistakenly uploaded the fabric-only jar for 1.21.2-21.4 previously. 3/25/2025: (Wait it's already almost April?) - Mark 1.21.5 as compatible
2.2.1 Release 04.12.2024

2.2.1 (1.21.1)

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- The 1.21.2/1.21.3 jars now also work on 1.21.4 - Loading on a Forge/NeoForge server now prints a proper error message instead of crashing - Lightmap caching is now marked as incompatible with Polytone
2.2.1 Release 04.12.2024

2.2.1 (1.20.5/1.20.6)

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- The 1.21.2/1.21.3 jars now also work on 1.21.4 - Loading on a Forge/NeoForge server now prints a proper error message instead of crashing - Lightmap caching is now marked as incompatible with Polytone
2.2.1 Release 04.12.2024

2.2.1 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- The 1.21.2/1.21.3 jars now also work on 1.21.4 - Loading on a Forge/NeoForge server now prints a proper error message instead of crashing - Lightmap caching is now marked as incompatible with Polytone
2.2.1 Release 04.12.2024

2.2.1 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
- The 1.21.2/1.21.3 jars now also work on 1.21.4 - Loading on a Forge/NeoForge server now prints a proper error message instead of crashing - Lightmap caching is now marked as incompatible with Polytone
2.2.0 Release 23.10.2024

2.2.0 (1.21.2/1.21.3)

Підтримувані версії Minecraft
1.21.2 1.21.3
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Port to 1.21.2 - Mod Menus: - Add mod icon to Fabric Mod Menu ([PR](https://github.com/ItsThosea/BadOptimizations/pull/71)) - Add mod icon to Forge/Neo Mod Menu - Link Website/Issues buttons on Fabric Mod Menu - Activate config screen buttons on Fabric/Neo mod menus (it will open the config file) - Marked entity renderer optimizations as incompatible with: - BedrockSkinUtility - SkinShuffle - This seems to be the cause of a lot of problems... - Override with `ignore_mod_incompatibilities` - Config version 4: - Rephrase comments - The game will now crash if the config is invalid instead of showing a pre-title-screen warning.
2.2.0 Release 23.10.2024

2.2.0 (1.21.1)

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Port to 1.21.2 - Mod Menus: - Add mod icon to Fabric Mod Menu ([PR](https://github.com/ItsThosea/BadOptimizations/pull/71)) - Add mod icon to Forge/Neo Mod Menu - Link Website/Issues buttons on Fabric Mod Menu - Activate config screen buttons on Fabric/Neo mod menus (it will open the config file) - Marked entity renderer optimizations as incompatible with: - BedrockSkinUtility - SkinShuffle - This seems to be the cause of a lot of problems... - Override with `ignore_mod_incompatibilities` - Config version 4: - Rephrase comments - The game will now crash if the config is invalid instead of showing a pre-title-screen warning.
2.2.0 Release 23.10.2024

2.2.0 (1.20.5/1.20.6)

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Port to 1.21.2 - Mod Menus: - Add mod icon to Fabric Mod Menu ([PR](https://github.com/ItsThosea/BadOptimizations/pull/71)) - Add mod icon to Forge/Neo Mod Menu - Link Website/Issues buttons on Fabric Mod Menu - Activate config screen buttons on Fabric/Neo mod menus (it will open the config file) - Marked entity renderer optimizations as incompatible with: - BedrockSkinUtility - SkinShuffle - This seems to be the cause of a lot of problems... - Override with `ignore_mod_incompatibilities` - Config version 4: - Rephrase comments - The game will now crash if the config is invalid instead of showing a pre-title-screen warning.
2.2.0 Release 23.10.2024

2.2.0 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Port to 1.21.2 - Mod Menus: - Add mod icon to Fabric Mod Menu ([PR](https://github.com/ItsThosea/BadOptimizations/pull/71)) - Add mod icon to Forge/Neo Mod Menu - Link Website/Issues buttons on Fabric Mod Menu - Activate config screen buttons on Fabric/Neo mod menus (it will open the config file) - Marked entity renderer optimizations as incompatible with: - BedrockSkinUtility - SkinShuffle - This seems to be the cause of a lot of problems... - Override with `ignore_mod_incompatibilities` - Config version 4: - Rephrase comments - The game will now crash if the config is invalid instead of showing a pre-title-screen warning.
2.2.0 Release 23.10.2024

2.2.0 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
- Port to 1.21.2 - Mod Menus: - Add mod icon to Fabric Mod Menu ([PR](https://github.com/ItsThosea/BadOptimizations/pull/71)) - Add mod icon to Forge/Neo Mod Menu - Link Website/Issues buttons on Fabric Mod Menu - Activate config screen buttons on Fabric/Neo mod menus (it will open the config file) - Marked entity renderer optimizations as incompatible with: - BedrockSkinUtility - SkinShuffle - This seems to be the cause of a lot of problems... - Override with `ignore_mod_incompatibilities` - Config version 4: - Rephrase comments - The game will now crash if the config is invalid instead of showing a pre-title-screen warning.
2.1.4 Release 15.06.2024

2.1.4 (1.21/1.21.1)

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric neoforge
Показати зміни
I just can't catch a break can I. - Fix an issue where light/sky colors wouldn't react to time properly HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
2.1.4 Release 15.06.2024

2.1.4 (1.20.5/1.20.6)

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric neoforge
Показати зміни
I just can't catch a break can I. - Fix an issue where light/sky colors wouldn't react to time properly HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
2.1.4 Release 15.06.2024

2.1.4 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric neoforge
Показати зміни
I just can't catch a break can I. - Fix an issue where light/sky colors wouldn't react to time properly HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
2.1.4 Release 15.06.2024

2.1.4 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
I just can't catch a break can I. - Fix an issue where light/sky colors wouldn't react to time properly HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
2.1.4 Release 15.06.2024

2.1.4 (1.19.4)

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric forge
Показати зміни
I just can't catch a break can I. - Fix an issue where light/sky colors wouldn't react to time properly HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
2.1.4 Release 15.06.2024

2.1.4 (1.19.3)

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric forge
Показати зміни
I just can't catch a break can I. - Fix an issue where light/sky colors wouldn't react to time properly HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
2.1.4 Release 15.06.2024

2.1.4 (1.19.1/1.19.2)

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric forge
Показати зміни
I just can't catch a break can I. - Fix an issue where light/sky colors wouldn't react to time properly HOPEFULLY no more critical issues after this-then 1.19 versions won't receive any more updates.
2.1.3 Release 14.06.2024

2.1.3 (1.21)

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Add support for Minecraft 1.21 - Replace `@Unique` methods with a prefix, should fix crashes with Xenon If there's no more critical issues after this, this will be the final 1.19 release.
2.1.3 Release 13.06.2024

2.1.3 (1.20.5/1.20.6)

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Add support for Minecraft 1.21 - Replace `@Unique` methods with a prefix, should fix crashes with Xenon If there's no more critical issues after this, this will be the final 1.19 release.
2.1.3 Release 13.06.2024

2.1.3 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Add support for Minecraft 1.21 - Replace `@Unique` methods with a prefix, should fix crashes with Xenon If there's no more critical issues after this, this will be the final 1.19 release.
2.1.3 Release 13.06.2024

2.1.3 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add support for Minecraft 1.21 - Replace `@Unique` methods with a prefix, should fix crashes with Xenon If there's no more critical issues after this, this will be the final 1.19 release.
2.1.3 Release 13.06.2024

2.1.3 (1.19.4)

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add support for Minecraft 1.21 - Replace `@Unique` methods with a prefix, should fix crashes with Xenon If there's no more critical issues after this, this will be the final 1.19 release.
2.1.3 Release 13.06.2024

2.1.3 (1.19.3)

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add support for Minecraft 1.21 - Replace `@Unique` methods with a prefix, should fix crashes with Xenon If there's no more critical issues after this, this will be the final 1.19 release.
2.1.3 Release 13.06.2024

2.1.3 (1.19.1/1.19.2)

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add support for Minecraft 1.21 - Replace `@Unique` methods with a prefix, should fix crashes with Xenon If there's no more critical issues after this, this will be the final 1.19 release.
2.1.2 Release 13.06.2024

2.1.2 (1.20.5/1.20.6)

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Fix issues with lightmap not updating properly under some circumstances - Remove fps string optimization - Bump config version to 3 - (1.20.1-) Mark entity renderer optimization as incompatible with Aquaculture - (1.20.2+) Fabric Loader version 0.15.0 or greater is now required - (1.20.2+) NeoForge version 20.2.84 or greater is now required - Mark sky color optimizations as incompatbile with Polytone - **This will be the final release of the 1.19 versions!**
2.1.2 Release 13.06.2024

2.1.2 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric neoforge
Показати зміни
- Fix issues with lightmap not updating properly under some circumstances - Remove fps string optimization - Bump config version to 3 - (1.20.1-) Mark entity renderer optimization as incompatible with Aquaculture - (1.20.2+) Fabric Loader version 0.15.0 or greater is now required - (1.20.2+) NeoForge version 20.2.84 or greater is now required - Mark sky color optimizations as incompatbile with Polytone - **This will be the final release of the 1.19 versions!**
2.1.2 Release 13.06.2024

2.1.2 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fix issues with lightmap not updating properly under some circumstances - Remove fps string optimization - Bump config version to 3 - (1.20.1-) Mark entity renderer optimization as incompatible with Aquaculture - (1.20.2+) Fabric Loader version 0.15.0 or greater is now required - (1.20.2+) NeoForge version 20.2.84 or greater is now required - Mark sky color optimizations as incompatbile with Polytone - **This will be the final release of the 1.19 versions!**
2.1.2 Release 13.06.2024

2.1.2 (1.19.1/1.19.2)

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fix issues with lightmap not updating properly under some circumstances - Remove fps string optimization - Bump config version to 3 - (1.20.1-) Mark entity renderer optimization as incompatible with Aquaculture - (1.20.2+) Fabric Loader version 0.15.0 or greater is now required - (1.20.2+) NeoForge version 20.2.84 or greater is now required - Mark sky color optimizations as incompatbile with Polytone - **This will be the final release of the 1.19 versions!**
2.1.1 Release 27.04.2024

2.1.1 (1.20.5/1.20.6)

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric neoforge
Показати зміни
**This is the final supported release for 1.19.3/1.19.4! See https://github.com/ItsThosea/BadOptimizations/issues/55**. - Fix issues with incorrect sky color - New config options: `log_config` and `ignore_mod_incompatibilities` - Some optimizations are now auto-disabled with certain mods (e.g. entity render caching w/ Twilight Forest), you can override this with `ignore_mod_incompatibilities`. - Add NeoForge support - Add support for Minecraft 1.20.5 - Entity data optimizations have no effect on 1.20.5+ (they are in vanilla now)
2.1.1 Release 25.04.2024

2.1.1 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric neoforge
Показати зміни
**This is the final supported release for 1.19.3/1.19.4! See https://github.com/ItsThosea/BadOptimizations/issues/55**. - Fix issues with incorrect sky color - New config options: `log_config` and `ignore_mod_incompatibilities` - Some optimizations are now auto-disabled with certain mods (e.g. entity render caching w/ Twilight Forest), you can override this with `ignore_mod_incompatibilities`. - Add NeoForge support - Add support for Minecraft 1.20.5 - Entity data optimizations have no effect on 1.20.5+ (they are in vanilla now)
2.1.1 Release 25.04.2024

2.1.1 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
**This is the final supported release for 1.19.3/1.19.4! See https://github.com/ItsThosea/BadOptimizations/issues/55**. - Fix issues with incorrect sky color - New config options: `log_config` and `ignore_mod_incompatibilities` - Some optimizations are now auto-disabled with certain mods (e.g. entity render caching w/ Twilight Forest), you can override this with `ignore_mod_incompatibilities`. - Add NeoForge support - Add support for Minecraft 1.20.5 - Entity data optimizations have no effect on 1.20.5+ (they are in vanilla now)
2.1.1 Release 25.04.2024

2.1.1 (1.19.4)

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric forge
Показати зміни
**This is the final supported release for 1.19.3/1.19.4! See https://github.com/ItsThosea/BadOptimizations/issues/55**. - Fix issues with incorrect sky color - New config options: `log_config` and `ignore_mod_incompatibilities` - Some optimizations are now auto-disabled with certain mods (e.g. entity render caching w/ Twilight Forest), you can override this with `ignore_mod_incompatibilities`. - Add NeoForge support - Add support for Minecraft 1.20.5 - Entity data optimizations have no effect on 1.20.5+ (they are in vanilla now)
2.1.1 Release 25.04.2024

2.1.1 (1.19.3)

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric forge
Показати зміни
**This is the final supported release for 1.19.3/1.19.4! See https://github.com/ItsThosea/BadOptimizations/issues/55**. - Fix issues with incorrect sky color - New config options: `log_config` and `ignore_mod_incompatibilities` - Some optimizations are now auto-disabled with certain mods (e.g. entity render caching w/ Twilight Forest), you can override this with `ignore_mod_incompatibilities`. - Add NeoForge support - Add support for Minecraft 1.20.5 - Entity data optimizations have no effect on 1.20.5+ (they are in vanilla now)
2.1.1 Release 25.04.2024

2.1.1 (1.19.1/1.19.2)

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric forge
Показати зміни
**This is the final supported release for 1.19.3/1.19.4! See https://github.com/ItsThosea/BadOptimizations/issues/55**. - Fix issues with incorrect sky color - New config options: `log_config` and `ignore_mod_incompatibilities` - Some optimizations are now auto-disabled with certain mods (e.g. entity render caching w/ Twilight Forest), you can override this with `ignore_mod_incompatibilities`. - Add NeoForge support - Add support for Minecraft 1.20.5 - Entity data optimizations have no effect on 1.20.5+ (they are in vanilla now)
2.1.0 Release 26.02.2024

2.1.0 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add a config file where you can enable/disable certain optimizations - Add a more slightly more efficient sky color calculation - Remove (most of the) toast optimizations - Fix crashes caused by data tracker optimizations - Fix compatibility with Immersive Portals - Thanks to [@tinygames](https://github.com/TinyGamesCoding/) for helping test!
2.1.0 Release 26.02.2024

2.1.0 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add a config file where you can enable/disable certain optimizations - Add a more slightly more efficient sky color calculation - Remove (most of the) toast optimizations - Fix crashes caused by data tracker optimizations - Fix compatibility with Immersive Portals - Thanks to [@tinygames](https://github.com/TinyGamesCoding/) for helping test!
2.1.0 Release 26.02.2024

2.1.0 (1.19.4)

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add a config file where you can enable/disable certain optimizations - Add a more slightly more efficient sky color calculation - Remove (most of the) toast optimizations - Fix crashes caused by data tracker optimizations - Fix compatibility with Immersive Portals - Thanks to [@tinygames](https://github.com/TinyGamesCoding/) for helping test!
2.1.0 Release 26.02.2024

2.1.0 (1.19.3)

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add a config file where you can enable/disable certain optimizations - Add a more slightly more efficient sky color calculation - Remove (most of the) toast optimizations - Fix crashes caused by data tracker optimizations - Fix compatibility with Immersive Portals - Thanks to [@tinygames](https://github.com/TinyGamesCoding/) for helping test!
2.1.0 Release 26.02.2024

2.1.0 (1.19.1/1.19.2)

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add a config file where you can enable/disable certain optimizations - Add a more slightly more efficient sky color calculation - Remove (most of the) toast optimizations - Fix crashes caused by data tracker optimizations - Fix compatibility with Immersive Portals - Thanks to [@tinygames](https://github.com/TinyGamesCoding/) for helping test!
2.0.1 Release 16.02.2024

2.0.1 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fix `@Redirect` conflicts causing crashes - Fix mixin priority - Fix sky flickering between biome borders - Fix sky color flickering during rain/thunder/lightning - Fix crashes due to `biomeColorVector` being null - Lightmap cacher will now only check for null game renderer once instead of multiple times per frame
2.0.1 Release 16.02.2024

2.0.1 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fix `@Redirect` conflicts causing crashes - Fix mixin priority - Fix sky flickering between biome borders - Fix sky color flickering during rain/thunder/lightning - Fix crashes due to `biomeColorVector` being null - Lightmap cacher will now only check for null game renderer once instead of multiple times per frame
2.0.1 Release 16.02.2024

2.0.1 (1.19.4)

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fix `@Redirect` conflicts causing crashes - Fix mixin priority - Fix sky flickering between biome borders - Fix sky color flickering during rain/thunder/lightning - Fix crashes due to `biomeColorVector` being null - Lightmap cacher will now only check for null game renderer once instead of multiple times per frame
2.0.1 Release 16.02.2024

2.0.1 (1.19.3)

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fix `@Redirect` conflicts causing crashes - Fix mixin priority - Fix sky flickering between biome borders - Fix sky color flickering during rain/thunder/lightning - Fix crashes due to `biomeColorVector` being null - Lightmap cacher will now only check for null game renderer once instead of multiple times per frame
2.0.1 Release 16.02.2024

2.0.1 (1.19.1/1.19.2)

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fix `@Redirect` conflicts causing crashes - Fix mixin priority - Fix sky flickering between biome borders - Fix sky color flickering during rain/thunder/lightning - Fix crashes due to `biomeColorVector` being null - Lightmap cacher will now only check for null game renderer once instead of multiple times per frame
2.0.0 Release 13.02.2024

2.0.0 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric forge
Показати зміни
### Fixes - Fix injections at entity data getters possibly not working - Fix injections at tail of `MinecraftClient.render` not working - Sky color will now use a shorter function every 3 ticks to calculate its color (fixes sky color updating slowly) - Lowered time threshold for lightmap update cancelling (fixes block lighting updating slowly) ### Removed - Removed `MixinClientWorldCloudColor` and `MixinInGameHud` *(it had a minimal impact and broke stuff)* ### New stuff - `EntityRenderer`s are now cached in `EntityType` - `BlockEntityRenderer`s are now cached in `BlockEntityType` - Added some minor sky renderer optimizations (cache `getSkyAngle`) - Debug renderers (e.g. bee/keyframe renderwers) will now only be executed if theres anything to render
2.0.0 Release 13.02.2024

2.0.0 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
### Fixes - Fix injections at entity data getters possibly not working - Fix injections at tail of `MinecraftClient.render` not working - Sky color will now use a shorter function every 3 ticks to calculate its color (fixes sky color updating slowly) - Lowered time threshold for lightmap update cancelling (fixes block lighting updating slowly) ### Removed - Removed `MixinClientWorldCloudColor` and `MixinInGameHud` *(it had a minimal impact and broke stuff)* ### New stuff - `EntityRenderer`s are now cached in `EntityType` - `BlockEntityRenderer`s are now cached in `BlockEntityType` - Added some minor sky renderer optimizations (cache `getSkyAngle`) - Debug renderers (e.g. bee/keyframe renderwers) will now only be executed if theres anything to render
2.0.0 Release 13.02.2024

2.0.0 (1.19.4)

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric forge
Показати зміни
### Fixes - Fix injections at entity data getters possibly not working - Fix injections at tail of `MinecraftClient.render` not working - Sky color will now use a shorter function every 3 ticks to calculate its color (fixes sky color updating slowly) - Lowered time threshold for lightmap update cancelling (fixes block lighting updating slowly) ### Removed - Removed `MixinClientWorldCloudColor` and `MixinInGameHud` *(it had a minimal impact and broke stuff)* ### New stuff - `EntityRenderer`s are now cached in `EntityType` - `BlockEntityRenderer`s are now cached in `BlockEntityType` - Added some minor sky renderer optimizations (cache `getSkyAngle`) - Debug renderers (e.g. bee/keyframe renderwers) will now only be executed if theres anything to render
2.0.0 Release 13.02.2024

2.0.0 (1.19.3)

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric forge
Показати зміни
### Fixes - Fix injections at entity data getters possibly not working - Fix injections at tail of `MinecraftClient.render` not working - Sky color will now use a shorter function every 3 ticks to calculate its color (fixes sky color updating slowly) - Lowered time threshold for lightmap update cancelling (fixes block lighting updating slowly) ### Removed - Removed `MixinClientWorldCloudColor` and `MixinInGameHud` *(it had a minimal impact and broke stuff)* ### New stuff - `EntityRenderer`s are now cached in `EntityType` - `BlockEntityRenderer`s are now cached in `BlockEntityType` - Added some minor sky renderer optimizations (cache `getSkyAngle`) - Debug renderers (e.g. bee/keyframe renderwers) will now only be executed if theres anything to render
2.0.0 Release 13.02.2024

2.0.0 (1.19.1/1.19.2)

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric forge
Показати зміни
### Fixes - Fix injections at entity data getters possibly not working - Fix injections at tail of `MinecraftClient.render` not working - Sky color will now use a shorter function every 3 ticks to calculate its color (fixes sky color updating slowly) - Lowered time threshold for lightmap update cancelling (fixes block lighting updating slowly) ### Removed - Removed `MixinClientWorldCloudColor` and `MixinInGameHud` *(it had a minimal impact and broke stuff)* ### New stuff - `EntityRenderer`s are now cached in `EntityType` - `BlockEntityRenderer`s are now cached in `BlockEntityType` - Added some minor sky renderer optimizations (cache `getSkyAngle`) - Debug renderers (e.g. bee/keyframe renderwers) will now only be executed if theres anything to render
1.6.3 Release 15.01.2024

1.6.3 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fixed sky color transition between two biomes with different sky colors being different from vanilla
1.6.3 Release 15.01.2024

1.6.3 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fixed sky color transition between two biomes with different sky colors being different from vanilla
1.6.3 Release 15.01.2024

1.6.3 (1.19.4)

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fixed sky color transition between two biomes with different sky colors being different from vanilla
1.6.3 Release 15.01.2024

1.6.3 (1.19.3)

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fixed sky color transition between two biomes with different sky colors being different from vanilla
1.6.3 Release 15.01.2024

1.6.3 (1.19.1/1.19.2)

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fixed sky color transition between two biomes with different sky colors being different from vanilla
1.6.2 Release 10.01.2024

1.6.2 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fixed cloud/sky color optimizations being broken - Fix compatibility with Alex's Caves - Fix 1.19.3 crashes on forge
1.6.2 Release 10.01.2024

1.6.2 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fixed cloud/sky color optimizations being broken - Fix compatibility with Alex's Caves - Fix 1.19.3 crashes on forge
1.6.2 Release 10.01.2024

1.6.2 (1.19.4)

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fixed cloud/sky color optimizations being broken - Fix compatibility with Alex's Caves - Fix 1.19.3 crashes on forge
1.6.2 Release 10.01.2024

1.6.2 (1.19.3)

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fixed cloud/sky color optimizations being broken - Fix compatibility with Alex's Caves - Fix 1.19.3 crashes on forge
1.6.2 Release 10.01.2024

1.6.2 (1.19.1/1.19.2)

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric forge
Показати зміни
- Fixed cloud/sky color optimizations being broken - Fix compatibility with Alex's Caves - Fix 1.19.3 crashes on forge
1.6.1 Release 08.01.2024

1.6.1 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add forge support - Fix 1.19.3 & 1.19.4 support - Cloud/sky colors will now be calculated when `ClientWorld` is created, fixing a possible crash - Changed function for updating living entity flags
1.6.1 Release 08.01.2024

1.6.1 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add forge support - Fix 1.19.3 & 1.19.4 support - Cloud/sky colors will now be calculated when `ClientWorld` is created, fixing a possible crash - Changed function for updating living entity flags
1.6.1 Release 08.01.2024

1.6.1 (1.19.4)

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add forge support - Fix 1.19.3 & 1.19.4 support - Cloud/sky colors will now be calculated when `ClientWorld` is created, fixing a possible crash - Changed function for updating living entity flags
1.6.1 Release 08.01.2024

1.6.1 (1.19.3)

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add forge support - Fix 1.19.3 & 1.19.4 support - Cloud/sky colors will now be calculated when `ClientWorld` is created, fixing a possible crash - Changed function for updating living entity flags
1.6.1 Release 08.01.2024

1.6.1 (1.19.1/1.19.2)

Підтримувані версії Minecraft
1.19.1 1.19.2
Завантажувачі / Платформи
fabric forge
Показати зміни
- Add forge support - Fix 1.19.3 & 1.19.4 support - Cloud/sky colors will now be calculated when `ClientWorld` is created, fixing a possible crash - Changed function for updating living entity flags
1.6.0 Release 06.01.2024

1.6.0 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Cache sky and cloud colors for extra performance - Fix night vision not being included as "dirty" when choosing to update lightmaps - Add ModMenu metadata
1.6.0 Release 06.01.2024

1.6.0 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Cache sky and cloud colors for extra performance - Fix night vision not being included as "dirty" when choosing to update lightmaps - Add ModMenu metadata
1.6.0 Release 06.01.2024

1.6.0 (1.19.1-1.19.4)

Підтримувані версії Minecraft
1.19.1 1.19.2 1.19.3 1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Cache sky and cloud colors for some extra performance - Fix night vision not being included as "dirty" when choosing if to update lightmaps - Add ModMenu metadata
1.5.0 Release 03.01.2024

1.5.0 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- New major optimization: Lightmap optimizations (see description for details) - Credits to [@tinygames](https://www.youtube.com/@Tiny_Games) for helping test this version!
1.5.0 Release 03.01.2024

1.5.0 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- New major optimization: Lightmap optimizations (see description for details) - Credits to [@tinygames](https://www.youtube.com/@Tiny_Games) for helping test this version!
1.5.0 Release 03.01.2024

1.5.0 (1.19.1-1.19.4)

Підтримувані версії Minecraft
1.19.1 1.19.2 1.19.3 1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- New major optimization: Lightmap optimizations (see description for details) - Credits to [@tinygames](https://www.youtube.com/@Tiny_Games) for helping test this version!
1.4.2 Release 01.01.2024

1.4.2 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fixed some entity data not being updated properly, like item frames being invisible.
1.4.2 Release 01.01.2024

1.4.2 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fixed some entity data not being updated properly, like item frames being invisible.
1.4.2 Release 01.01.2024

1.4.2 (1.19.1-1.19.4)

Підтримувані версії Minecraft
1.19.1 1.19.2 1.19.3 1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fixed some entity data not being updated properly, like item frames being invisible.
1.4.1 Release 28.12.2023

1.4.1 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- All FPS counter changes will now be done in one frame like in vanilla. This *slightly* increases performance but also fixes compatibility with Very Many Players.
1.4.1 Release 28.12.2023

1.4.1 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- All FPS counter changes will now be done in one frame like in vanilla. This *slightly* increases performance but also fixes compatibility with Very Many Players.
1.4.1 Release 28.12.2023

1.4.1 (1.19.1-1.19.4)

Підтримувані версії Minecraft
1.19.1 1.19.2 1.19.3 1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- All FPS counter changes will now be done in one frame like in vanilla. This *slightly* increases performance but also fixes compatibility with Very Many Players.
1.4.0 Release 25.12.2023

1.4.0 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fixed an issue in the 1.19.1-1.20.1 version where having a screen open (like pause/inventory) while both F1 and F3 were active would cause the FPS string in the F3 debug HUD to not update properly. - New major optimization: Toast HUD. Improves performance of `ToastManager` whether toasts are being rendered or not.
1.4.0 Release 25.12.2023

1.4.0 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fixed an issue in the 1.19.1-1.20.1 version where having a screen open (like pause/inventory) while both F1 and F3 were active would cause the FPS string in the F3 debug HUD to not update properly. - New major optimization: Toast HUD. Improves performance of `ToastManager` whether toasts are being rendered or not.
1.4.0 Release 25.12.2023

1.4.0 (1.19.1-1.19.4)

Підтримувані версії Minecraft
1.19.1 1.19.2 1.19.3 1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fixed an issue in the 1.19.1-1.20.1 version where having a screen open (like pause/inventory) while both F1 and F3 were active would cause the FPS string in the F3 debug HUD to not update properly. - New major optimization: Toast HUD. Improves performance of `ToastManager` whether toasts are being rendered or not.
1.3.1 Release 24.12.2023

1.3.1 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Bug fix for 1.19.1-1.20.1 - Optimizations to the optimizations
1.3.1 Release 24.12.2023

1.3.1 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Bug fix for 1.19.1-1.20.1 - Optimizations to the optimizations
1.3.1 Release 24.12.2023

1.3.1 (1.19.1-1.19.4)

Підтримувані версії Minecraft
1.19.1 1.19.2 1.19.3 1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Bug fix for 1.19.1-1.20.1 - Optimizations to the optimizations
1.3.0 Release 22.12.2023

1.3.0 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Add 1.19.1-1.19.4 support - More optimizations
1.3.0 Release 22.12.2023

1.3.0 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Add 1.19.1-1.19.4 support - More optimizations
1.3.0 Release 22.12.2023

1.3.0 (1.19.1-1.19.4)

Підтримувані версії Minecraft
1.19.1 1.19.2 1.19.3 1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Add 1.19.1-1.19.4 support - More optimizations
1.2.2 Release 19.12.2023

1.2.2 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Increased Mixin priority to 1200, increasing compatibility with other mods.
1.2.2 Release 19.12.2023

1.2.2 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Increased Mixin priority to 1200, increasing compatibility with other mods.
1.2.1 Release 18.12.2023

1.2.1 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fix compatibility with many, many mods
1.2.1 Release 18.12.2023

1.2.1 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fix compatibility with many, many mods
1.1.0 Release 09.12.2023

1.1.0 (1.20.2-1.20.4)

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fixed compatibility with Lithium - Added support for 1.20.1 and 1.20.3 - 12/7/2023: Added support for 1.20.4 - 12/9/2023: Moved different Minecraft versions to their own pages
1.1.0 Release 06.12.2023

1.1.0 (1.20.1)

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fixed compatibility with Lithium - Added support for 1.20.1 and 1.20.3 - 12/7/2023: Added support for 1.20.4 - 12/9/2023: Moved different Minecraft versions to their own pages
1.0.0 Release 03.12.2023

1.0.0

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric
Показати зміни
Initial release