ModCraft
HomeBrowse ModsHow to InstallAbout
ModCraft

Discover and download the best Minecraft mods powered by the Modrinth API. Fast, safe, and always up to date.

Built with for the Minecraft community

Explore

  • Home
  • Browse Mods
  • How to Install
  • About ModCraft

Legal

  • Privacy Policy
  • Terms of Service
  • Contact Us

© 2026 ModCraft. Mod data provided by Modrinth.

Not affiliated with Mojang Studios
Home/Mods/BadOptimizations

BadOptimizations

Optimization mod that focuses on things other than rendering

optimization

Downloads

24.7M

Followers

2,612

Updated

6 days ago

License

MIT License

Download v2.4.1(60.48 KB)fabric • 26.1
Source Issues

Key Highlights

Supports fabricMinecraft 26.1v2.4.124.7M downloads

BadOptimizations

A collection of mostly micro optimizations that add up to something bigger!

What does it do?

Multiple things:

- **Avoid updating lightmap**

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

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)

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.

That's a few of them, at least. You can disable any optimization in the config file if you need to.

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:

Without toasts, it goes from *1926-1955 FPS*:

To 2008-2023 FPS:

And with toasts, it goes from *1351-1384 FPS*:

To *1414-1458 FPS*:

My mod is incompatible!

You can mark your mod as incompatible 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 needs to be updated instead of adding a hard incompatibility to the caching optimizations.

Dependencies?

None. *(Also available on CurseForge, if that's your thing.)*

Similar Mods

Sodium icon

Sodium

The fastest and most compatible rendering optimization mod for Minecraft. Now available for both NeoForge and Fabric!

fabricneoforgeoptimization+1
138.5M0N/A
Iris Shaders icon

Iris Shaders

A modern shader pack loader for Minecraft intended to be compatible with existing OptiFine shader packs

decorationfabricneoforge+2
107.6M0N/A
Entity Culling icon

Entity Culling

Using async path-tracing to hide Block-/Entities that are not visible

babricfabricforge+3
99.6M0N/A
FerriteCore icon

FerriteCore

Memory usage optimizations

fabricforgeneoforge+3
99.3M0N/A
Lithium icon

Lithium

No-compromises game logic optimization mod. Well suited for clients and servers of all kinds. Now available for Fabric and NeoForge!

fabricneoforgeoptimization+1
83.8M0N/A
ImmediatelyFast icon

ImmediatelyFast

Speed up immediate mode rendering in Minecraft

fabricforgeneoforge+2
81.3M0N/A
Sodium Extra icon

Sodium Extra

A Sodium addon that adds features that shouldn't be in Sodium.

cursedfabricneoforge+3
63.0M0N/A
ModernFix icon

ModernFix

All-in-one mod that improves performance, reduces memory usage, and fixes many bugs. Compatible with all your favorite performance mods!

fabricforgeneoforge+2
54.8M0N/A