Back to marketplace
Modrinth Mod

BadOptimizations

Optimization mod that focuses on things other than rendering

Minecraft product info

Important product information

Compatibility, Minecraft versions, loaders, and external source data.

Type

Mod

Access

Free

Latest version

2.4.1

Downloads

35 438 085

Loaders / Platforms

fabric forge neoforge

Minecraft versions

1.19.1 – 1.19.4 1.20.1 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Categories

optimization

Description

Detailed information

<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.)*

Developer

thosea

Profile and data retrieved from Modrinth

Open on Modrinth

Product gallery

Project images

Screenshots and images from the original Modrinth page.

Change log

Project versions

Published versions and original Modrinth files.

2.4.1 Current Release 16.06.2026

2.4.1 (26.2/fabric)

Supported Minecraft versions
26.2
Loaders / Platforms
fabric
Show changes
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-
Sign in

0.06 MB

2.4.1 Release 16.06.2026

2.4.1 (26.2/neoforge)

Supported Minecraft versions
26.2
Loaders / Platforms
neoforge
Show changes
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-
Sign in

0.06 MB

2.4.1 Release 29.03.2026

2.4.1 (26.1-26.1.2/fabric)

Supported Minecraft versions
26.1 26.1.1 26.1.2
Loaders / Platforms
fabric
Show changes
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-
Sign in

0.06 MB

2.4.1 Release 29.03.2026

2.4.1 (26.1-26.1.2/neoforge)

Supported Minecraft versions
26.1 26.1.1 26.1.2
Loaders / Platforms
neoforge
Show changes
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-
Sign in

0.06 MB

2.4.1 Release 16.12.2025

2.4.1 (1.21.11)

Supported Minecraft versions
1.21.11
Loaders / Platforms
fabric neoforge
Show changes
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-
Sign in

0.26 MB

2.4.1 Release 15.12.2025

2.4.1 (1.21.10)

Supported Minecraft versions
1.21.10
Loaders / Platforms
fabric neoforge
Show changes
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-
Sign in

0.27 MB

2.4.1 Release 15.12.2025

2.4.1 (1.21.6-1.21.8)

Supported Minecraft versions
1.21.6 1.21.7 1.21.8
Loaders / Platforms
fabric neoforge
Show changes
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-
Sign in

0.27 MB

2.4.1 Release 15.12.2025

2.4.1 (1.21.2-1.21.5)

Supported Minecraft versions
1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
fabric neoforge
Show changes
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-
Sign in

0.27 MB

2.4.1 Release 15.12.2025

2.4.1 (1.21.1)

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric neoforge
Show changes
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-
Sign in

0.27 MB

2.4.1 Release 15.12.2025

2.4.1 (1.20.5/1.20.6)

Supported Minecraft versions
1.20.5 1.20.6
Loaders / Platforms
fabric neoforge
Show changes
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-
Sign in

0.27 MB

2.4.1 Release 15.12.2025

2.4.1 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric neoforge
Show changes
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-
Sign in

0.29 MB

2.4.1 Release 15.12.2025

2.4.1 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
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-
Sign in

0.44 MB

2.4.0 Release 27.11.2025

2.4.0 (1.21.10)

Supported Minecraft versions
1.21.10
Loaders / Platforms
fabric neoforge
Show changes
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
Sign in

0.27 MB

2.4.0 Release 27.11.2025

2.4.0 (1.21.6-1.21.8)

Supported Minecraft versions
1.21.6 1.21.7 1.21.8
Loaders / Platforms
fabric neoforge
Show changes
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
Sign in

0.27 MB

2.4.0 Release 27.11.2025

2.4.0 (1.21.2-1.21.5)

Supported Minecraft versions
1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
fabric neoforge
Show changes
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
Sign in

0.27 MB

2.4.0 Release 27.11.2025

2.4.0 (1.21.1)

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric neoforge
Show changes
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
Sign in

0.27 MB

2.4.0 Release 27.11.2025

2.4.0 (1.20.5/1.20.6)

Supported Minecraft versions
1.20.5 1.20.6
Loaders / Platforms
fabric neoforge
Show changes
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
Sign in

0.27 MB

2.4.0 Release 27.11.2025

2.4.0 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric neoforge
Show changes
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
Sign in

0.3 MB

2.4.0 Release 27.11.2025

2.4.0 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
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
Sign in

0.44 MB

2.3.4 Release 30.10.2025

2.3.4 (1.21.10-only)

Supported Minecraft versions
1.21.10
Loaders / Platforms
fabric neoforge
Show changes
Version 2.3.4 (1.21.10-only): - Fix crash on Neo when reading specific internal files - Remove support for 1.21.9
Sign in

0.26 MB

2.3.3 Release 18.10.2025

2.3.3 (1.21.9/1.21.10-only)

Supported Minecraft versions
1.21.9 1.21.10
Loaders / Platforms
fabric neoforge
Show changes
Version 2.3.3 (1.21.9/1.21.10-only): - Fix stuttering with end flashes when lightmap caching was enabled
Sign in

0.26 MB

2.3.2 Release 04.10.2025

2.3.2 (1.21.9/1.21.0-only)

Supported Minecraft versions
1.21.9 1.21.10
Loaders / Platforms
fabric neoforge
Show changes
Version 2.3.2 (1.21.9/1.21.0-only): - Fix crashing when rendering a mannequin
Sign in

0.26 MB

2.3.1 Release 02.10.2025

2.3.1 (1.21.9)

Supported Minecraft versions
1.21.9
Loaders / Platforms
fabric neoforge
Show changes
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
Sign in

0.26 MB

2.3.1 Release 01.10.2025

2.3.1 (1.21.6-1.21.8)

Supported Minecraft versions
1.21.6 1.21.7 1.21.8
Loaders / Platforms
fabric neoforge
Show changes
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
Sign in

0.26 MB

2.3.1 Release 01.10.2025

2.3.1 (1.21.2-1.21.5)

Supported Minecraft versions
1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
fabric neoforge
Show changes
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
Sign in

0.26 MB

2.3.1 Release 01.10.2025

2.3.1 (1.21.1)

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric neoforge
Show changes
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
Sign in

0.26 MB

2.3.1 Release 01.10.2025

2.3.1 (1.20.5/1.20.6)

Supported Minecraft versions
1.20.5 1.20.6
Loaders / Platforms
fabric neoforge
Show changes
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
Sign in

0.26 MB

2.3.1 Release 01.10.2025

2.3.1 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric neoforge
Show changes
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
Sign in

0.28 MB

2.3.1 Release 01.10.2025

2.3.1 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
Version 2.3.1: - Fix crashing when installed on a server - Port to 1.21.9
Sign in

0.43 MB

2.3.0 Release 08.07.2025

2.3.0 (1.21.6-1.21.8)

Supported Minecraft versions
1.21.6 1.21.7 1.21.8
Loaders / Platforms
fabric neoforge
Show changes
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
Sign in

0.12 MB

2.3.0 Release 08.07.2025

2.3.0 (1.21.2-1.21.5)

Supported Minecraft versions
1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
fabric neoforge
Show changes
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
Sign in

0.12 MB

2.3.0 Release 08.07.2025

2.3.0 (1.21.1)

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric neoforge
Show changes
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
Sign in

0.12 MB

2.3.0 Release 08.07.2025

2.3.0 (1.20.5/1.20.6)

Supported Minecraft versions
1.20.5 1.20.6
Loaders / Platforms
fabric neoforge
Show changes
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
Sign in

0.12 MB

2.3.0 Release 08.07.2025

2.3.0 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric neoforge
Show changes
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
Sign in

0.14 MB

2.3.0 Release 08.07.2025

2.3.0 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
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
Sign in

0.43 MB

2.2.3 Release 20.06.2025

2.2.3 (1.21.2-1.21.7)

Supported Minecraft versions
1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
fabric neoforge
Show changes
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
Sign in

0.11 MB

2.2.3 Release 20.06.2025

2.2.3 (1.21.1)

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric neoforge
Show changes
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).
Sign in

0.11 MB

2.2.3 Release 20.06.2025

2.2.3 (1.20.5/1.20.6)

Supported Minecraft versions
1.20.5 1.20.6
Loaders / Platforms
fabric neoforge
Show changes
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).
Sign in

0.11 MB

2.2.3 Release 20.06.2025

2.2.3 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric neoforge
Show changes
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).
Sign in

0.13 MB

2.2.3 Release 20.06.2025

2.2.3 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
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).
Sign in

0.42 MB

2.2.2 Release 29.04.2025

2.2.2 (1.21.2-1.21.5)

Supported Minecraft versions
1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
fabric neoforge
Show changes
- 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.
Sign in

0.1 MB

2.2.2 Release 29.04.2025

2.2.2 (1.21.1)

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric neoforge
Show changes
- 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.
Sign in

0.11 MB

2.2.2 Release 29.04.2025

2.2.2 (1.20.5/1.20.6)

Supported Minecraft versions
1.20.5 1.20.6
Loaders / Platforms
fabric neoforge
Show changes
- 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.
Sign in

0.11 MB

2.2.2 Release 29.04.2025

2.2.2 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric neoforge
Show changes
- 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.
Sign in

0.13 MB

2.2.2 Release 28.04.2025

2.2.2 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
- 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.
Sign in

0.42 MB

2.2.1 Release 04.12.2024

2.2.1 (1.21.2-1.21.5)

Supported Minecraft versions
1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
fabric neoforge
Show changes
- 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
Sign in

0.1 MB

2.2.1 Release 04.12.2024

2.2.1 (1.21.1)

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric neoforge
Show changes
- 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
Sign in

0.11 MB

2.2.1 Release 04.12.2024

2.2.1 (1.20.5/1.20.6)

Supported Minecraft versions
1.20.5 1.20.6
Loaders / Platforms
fabric neoforge
Show changes
- 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
Sign in

0.11 MB

2.2.1 Release 04.12.2024

2.2.1 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric neoforge
Show changes
- 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
Sign in

0.13 MB

2.2.1 Release 04.12.2024

2.2.1 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
- 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
Sign in

0.42 MB

2.2.0 Release 23.10.2024

2.2.0 (1.21.2/1.21.3)

Supported Minecraft versions
1.21.2 1.21.3
Loaders / Platforms
fabric neoforge
Show changes
- 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.
Sign in

0.1 MB

2.2.0 Release 23.10.2024

2.2.0 (1.21.1)

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric neoforge
Show changes
- 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.
Sign in

0.1 MB

2.2.0 Release 23.10.2024

2.2.0 (1.20.5/1.20.6)

Supported Minecraft versions
1.20.5 1.20.6
Loaders / Platforms
fabric neoforge
Show changes
- 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.
Sign in

0.1 MB

2.2.0 Release 23.10.2024

2.2.0 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric neoforge
Show changes
- 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.
Sign in

0.13 MB

2.2.0 Release 23.10.2024

2.2.0 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
- 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.
Sign in

0.42 MB

2.1.4 Release 15.06.2024

2.1.4 (1.21/1.21.1)

Supported Minecraft versions
1.21 1.21.1
Loaders / Platforms
fabric neoforge
Show changes
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.
Sign in

0.09 MB

2.1.4 Release 15.06.2024

2.1.4 (1.20.5/1.20.6)

Supported Minecraft versions
1.20.5 1.20.6
Loaders / Platforms
fabric neoforge
Show changes
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.
Sign in

0.09 MB

2.1.4 Release 15.06.2024

2.1.4 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric neoforge
Show changes
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.
Sign in

0.11 MB

2.1.4 Release 15.06.2024

2.1.4 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
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.
Sign in

0.4 MB

2.1.4 Release 15.06.2024

2.1.4 (1.19.4)

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric forge
Show changes
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.
Sign in

0.4 MB

2.1.4 Release 15.06.2024

2.1.4 (1.19.3)

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric forge
Show changes
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.
Sign in

0.4 MB

2.1.4 Release 15.06.2024

2.1.4 (1.19.1/1.19.2)

Supported Minecraft versions
1.19.1 1.19.2
Loaders / Platforms
fabric forge
Show changes
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.
Sign in

0.4 MB

2.1.3 Release 14.06.2024

2.1.3 (1.21)

Supported Minecraft versions
1.21
Loaders / Platforms
fabric neoforge
Show changes
- 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.
Sign in

0.09 MB

2.1.3 Release 13.06.2024

2.1.3 (1.20.5/1.20.6)

Supported Minecraft versions
1.20.5 1.20.6
Loaders / Platforms
fabric neoforge
Show changes
- 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.
Sign in

0.67 MB

2.1.3 Release 13.06.2024

2.1.3 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric neoforge
Show changes
- 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.
Sign in

0.69 MB

2.1.3 Release 13.06.2024

2.1.3 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
- 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.
Sign in

0.69 MB

2.1.3 Release 13.06.2024

2.1.3 (1.19.4)

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric forge
Show changes
- 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.
Sign in

0.69 MB

2.1.3 Release 13.06.2024

2.1.3 (1.19.3)

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric forge
Show changes
- 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.
Sign in

0.69 MB

2.1.3 Release 13.06.2024

2.1.3 (1.19.1/1.19.2)

Supported Minecraft versions
1.19.1 1.19.2
Loaders / Platforms
fabric forge
Show changes
- 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.
Sign in

0.4 MB

2.1.2 Release 13.06.2024

2.1.2 (1.20.5/1.20.6)

Supported Minecraft versions
1.20.5 1.20.6
Loaders / Platforms
fabric neoforge
Show changes
- 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!**
Sign in

0.09 MB

2.1.2 Release 13.06.2024

2.1.2 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric neoforge
Show changes
- 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!**
Sign in

0.11 MB

2.1.2 Release 13.06.2024

2.1.2 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
- 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!**
Sign in

0.4 MB

2.1.2 Release 13.06.2024

2.1.2 (1.19.1/1.19.2)

Supported Minecraft versions
1.19.1 1.19.2
Loaders / Platforms
fabric forge
Show changes
- 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!**
Sign in

0.4 MB

2.1.1 Release 27.04.2024

2.1.1 (1.20.5/1.20.6)

Supported Minecraft versions
1.20.5 1.20.6
Loaders / Platforms
fabric neoforge
Show changes
**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)
Sign in

0.38 MB

2.1.1 Release 25.04.2024

2.1.1 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric neoforge
Show changes
**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)
Sign in

0.4 MB

2.1.1 Release 25.04.2024

2.1.1 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
**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)
Sign in

0.41 MB

2.1.1 Release 25.04.2024

2.1.1 (1.19.4)

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric forge
Show changes
**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)
Sign in

0.41 MB

2.1.1 Release 25.04.2024

2.1.1 (1.19.3)

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric forge
Show changes
**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)
Sign in

0.41 MB

2.1.1 Release 25.04.2024

2.1.1 (1.19.1/1.19.2)

Supported Minecraft versions
1.19.1 1.19.2
Loaders / Platforms
fabric forge
Show changes
**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)
Sign in

0.41 MB

2.1.0 Release 26.02.2024

2.1.0 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric forge
Show changes
- 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!
Sign in

0.4 MB

2.1.0 Release 26.02.2024

2.1.0 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
- 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!
Sign in

0.41 MB

2.1.0 Release 26.02.2024

2.1.0 (1.19.4)

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric forge
Show changes
- 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!
Sign in

0.41 MB

2.1.0 Release 26.02.2024

2.1.0 (1.19.3)

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric forge
Show changes
- 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!
Sign in

0.41 MB

2.1.0 Release 26.02.2024

2.1.0 (1.19.1/1.19.2)

Supported Minecraft versions
1.19.1 1.19.2
Loaders / Platforms
fabric forge
Show changes
- 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!
Sign in

0.41 MB

2.0.1 Release 16.02.2024

2.0.1 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric forge
Show changes
- 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
Sign in

0.39 MB

2.0.1 Release 16.02.2024

2.0.1 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
- 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
Sign in

0.39 MB

2.0.1 Release 16.02.2024

2.0.1 (1.19.4)

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric forge
Show changes
- 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
Sign in

0.39 MB

2.0.1 Release 16.02.2024

2.0.1 (1.19.3)

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric forge
Show changes
- 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
Sign in

0.39 MB

2.0.1 Release 16.02.2024

2.0.1 (1.19.1/1.19.2)

Supported Minecraft versions
1.19.1 1.19.2
Loaders / Platforms
fabric forge
Show changes
- 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
Sign in

0.39 MB

2.0.0 Release 13.02.2024

2.0.0 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric forge
Show changes
### 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
Sign in

0.39 MB

2.0.0 Release 13.02.2024

2.0.0 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
### 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
Sign in

0.39 MB

2.0.0 Release 13.02.2024

2.0.0 (1.19.4)

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric forge
Show changes
### 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
Sign in

0.39 MB

2.0.0 Release 13.02.2024

2.0.0 (1.19.3)

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric forge
Show changes
### 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
Sign in

0.39 MB

2.0.0 Release 13.02.2024

2.0.0 (1.19.1/1.19.2)

Supported Minecraft versions
1.19.1 1.19.2
Loaders / Platforms
fabric forge
Show changes
### 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
Sign in

0.39 MB

1.6.3 Release 15.01.2024

1.6.3 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric forge
Show changes
- Fixed sky color transition between two biomes with different sky colors being different from vanilla
Sign in

0.36 MB

1.6.3 Release 15.01.2024

1.6.3 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
- Fixed sky color transition between two biomes with different sky colors being different from vanilla
Sign in

0.36 MB

1.6.3 Release 15.01.2024

1.6.3 (1.19.4)

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric forge
Show changes
- Fixed sky color transition between two biomes with different sky colors being different from vanilla
Sign in

0.36 MB

1.6.3 Release 15.01.2024

1.6.3 (1.19.3)

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric forge
Show changes
- Fixed sky color transition between two biomes with different sky colors being different from vanilla
Sign in

0.36 MB

1.6.3 Release 15.01.2024

1.6.3 (1.19.1/1.19.2)

Supported Minecraft versions
1.19.1 1.19.2
Loaders / Platforms
fabric forge
Show changes
- Fixed sky color transition between two biomes with different sky colors being different from vanilla
Sign in

0.36 MB

1.6.2 Release 10.01.2024

1.6.2 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric forge
Show changes
- Fixed cloud/sky color optimizations being broken - Fix compatibility with Alex's Caves - Fix 1.19.3 crashes on forge
Sign in

0.36 MB

1.6.2 Release 10.01.2024

1.6.2 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
- Fixed cloud/sky color optimizations being broken - Fix compatibility with Alex's Caves - Fix 1.19.3 crashes on forge
Sign in

0.36 MB

1.6.2 Release 10.01.2024

1.6.2 (1.19.4)

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric forge
Show changes
- Fixed cloud/sky color optimizations being broken - Fix compatibility with Alex's Caves - Fix 1.19.3 crashes on forge
Sign in

0.36 MB

1.6.2 Release 10.01.2024

1.6.2 (1.19.3)

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric forge
Show changes
- Fixed cloud/sky color optimizations being broken - Fix compatibility with Alex's Caves - Fix 1.19.3 crashes on forge
Sign in

0.36 MB

1.6.2 Release 10.01.2024

1.6.2 (1.19.1/1.19.2)

Supported Minecraft versions
1.19.1 1.19.2
Loaders / Platforms
fabric forge
Show changes
- Fixed cloud/sky color optimizations being broken - Fix compatibility with Alex's Caves - Fix 1.19.3 crashes on forge
Sign in

0.36 MB

1.6.1 Release 08.01.2024

1.6.1 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric forge
Show changes
- 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
Sign in

0.36 MB

1.6.1 Release 08.01.2024

1.6.1 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric forge
Show changes
- 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
Sign in

0.36 MB

1.6.1 Release 08.01.2024

1.6.1 (1.19.4)

Supported Minecraft versions
1.19.4
Loaders / Platforms
fabric forge
Show changes
- 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
Sign in

0.36 MB

1.6.1 Release 08.01.2024

1.6.1 (1.19.3)

Supported Minecraft versions
1.19.3
Loaders / Platforms
fabric forge
Show changes
- 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
Sign in

0.36 MB

1.6.1 Release 08.01.2024

1.6.1 (1.19.1/1.19.2)

Supported Minecraft versions
1.19.1 1.19.2
Loaders / Platforms
fabric forge
Show changes
- 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
Sign in

0.36 MB

1.6.0 Release 06.01.2024

1.6.0 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric
Show changes
- Cache sky and cloud colors for extra performance - Fix night vision not being included as "dirty" when choosing to update lightmaps - Add ModMenu metadata
Sign in

0.18 MB

1.6.0 Release 06.01.2024

1.6.0 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
- Cache sky and cloud colors for extra performance - Fix night vision not being included as "dirty" when choosing to update lightmaps - Add ModMenu metadata
Sign in

0.18 MB

1.6.0 Release 06.01.2024

1.6.0 (1.19.1-1.19.4)

Supported Minecraft versions
1.19.1 1.19.2 1.19.3 1.19.4
Loaders / Platforms
fabric
Show changes
- 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
Sign in

0.18 MB

1.5.0 Release 03.01.2024

1.5.0 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric
Show changes
- New major optimization: Lightmap optimizations (see description for details) - Credits to [@tinygames](https://www.youtube.com/@Tiny_Games) for helping test this version!
Sign in

0.18 MB

1.5.0 Release 03.01.2024

1.5.0 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
- New major optimization: Lightmap optimizations (see description for details) - Credits to [@tinygames](https://www.youtube.com/@Tiny_Games) for helping test this version!
Sign in

0.18 MB

1.5.0 Release 03.01.2024

1.5.0 (1.19.1-1.19.4)

Supported Minecraft versions
1.19.1 1.19.2 1.19.3 1.19.4
Loaders / Platforms
fabric
Show changes
- New major optimization: Lightmap optimizations (see description for details) - Credits to [@tinygames](https://www.youtube.com/@Tiny_Games) for helping test this version!
Sign in

0.18 MB

1.4.2 Release 01.01.2024

1.4.2 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric
Show changes
- Fixed some entity data not being updated properly, like item frames being invisible.
Sign in

0.17 MB

1.4.2 Release 01.01.2024

1.4.2 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
- Fixed some entity data not being updated properly, like item frames being invisible.
Sign in

0.17 MB

1.4.2 Release 01.01.2024

1.4.2 (1.19.1-1.19.4)

Supported Minecraft versions
1.19.1 1.19.2 1.19.3 1.19.4
Loaders / Platforms
fabric
Show changes
- Fixed some entity data not being updated properly, like item frames being invisible.
Sign in

0.17 MB

1.4.1 Release 28.12.2023

1.4.1 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric
Show changes
- 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.
Sign in

0.17 MB

1.4.1 Release 28.12.2023

1.4.1 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
- 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.
Sign in

0.17 MB

1.4.1 Release 28.12.2023

1.4.1 (1.19.1-1.19.4)

Supported Minecraft versions
1.19.1 1.19.2 1.19.3 1.19.4
Loaders / Platforms
fabric
Show changes
- 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.
Sign in

0.17 MB

1.4.0 Release 25.12.2023

1.4.0 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric
Show changes
- 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.
Sign in

0.17 MB

1.4.0 Release 25.12.2023

1.4.0 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
- 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.
Sign in

0.17 MB

1.4.0 Release 25.12.2023

1.4.0 (1.19.1-1.19.4)

Supported Minecraft versions
1.19.1 1.19.2 1.19.3 1.19.4
Loaders / Platforms
fabric
Show changes
- 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.
Sign in

0.17 MB

1.3.1 Release 24.12.2023

1.3.1 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric
Show changes
- Bug fix for 1.19.1-1.20.1 - Optimizations to the optimizations
Sign in

0.17 MB

1.3.1 Release 24.12.2023

1.3.1 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
- Bug fix for 1.19.1-1.20.1 - Optimizations to the optimizations
Sign in

0.17 MB

1.3.1 Release 24.12.2023

1.3.1 (1.19.1-1.19.4)

Supported Minecraft versions
1.19.1 1.19.2 1.19.3 1.19.4
Loaders / Platforms
fabric
Show changes
- Bug fix for 1.19.1-1.20.1 - Optimizations to the optimizations
Sign in

0.17 MB

1.3.0 Release 22.12.2023

1.3.0 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric
Show changes
- Add 1.19.1-1.19.4 support - More optimizations
Sign in

0.17 MB

1.3.0 Release 22.12.2023

1.3.0 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
- Add 1.19.1-1.19.4 support - More optimizations
Sign in

0.17 MB

1.3.0 Release 22.12.2023

1.3.0 (1.19.1-1.19.4)

Supported Minecraft versions
1.19.1 1.19.2 1.19.3 1.19.4
Loaders / Platforms
fabric
Show changes
- Add 1.19.1-1.19.4 support - More optimizations
Sign in

0.17 MB

1.2.2 Release 19.12.2023

1.2.2 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric
Show changes
- Increased Mixin priority to 1200, increasing compatibility with other mods.
Sign in

0.17 MB

1.2.2 Release 19.12.2023

1.2.2 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
- Increased Mixin priority to 1200, increasing compatibility with other mods.
Sign in

0.17 MB

1.2.1 Release 18.12.2023

1.2.1 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric
Show changes
- Fix compatibility with many, many mods
Sign in

0.17 MB

1.2.1 Release 18.12.2023

1.2.1 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
- Fix compatibility with many, many mods
Sign in

0.17 MB

1.1.0 Release 09.12.2023

1.1.0 (1.20.2-1.20.4)

Supported Minecraft versions
1.20.2 1.20.3 1.20.4
Loaders / Platforms
fabric
Show changes
- 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
Sign in

0.02 MB

1.1.0 Release 06.12.2023

1.1.0 (1.20.1)

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
- 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
Sign in

0.02 MB

1.0.0 Release 03.12.2023

1.0.0

Supported Minecraft versions
1.20.2
Loaders / Platforms
fabric
Show changes
Initial release
Sign in

0.02 MB