- 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!
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
andignore_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)
- 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 for helping test!
- 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