An unofficial Forge port of ModernFix by embeddedt.
Original project: https://github.com/embeddedt/ModernFix
Original on CurseForge: https://www.curseforge.com/minecraft/mc-mods/modernfix
ModernFix shortens loading times, lowers memory use and fixes a long list of vanilla and modded bugs. Most of what it does is invisible: it simply gets you to the main menu faster and keeps the game lighter once you are there.
This build targets MinecraftForge 26.2, which upstream does not currently support.
HOW THIS DIFFERS FROM THE ORIGINAL
Four optimisations present in the NeoForge build are absent here, because they patch internals that Forge does not have or that Minecraft 26.2 has changed:
- Capability list compaction targets NeoForge's capability system. Forge still uses the classic one, so there is nothing to compact.
- Registry event progress reporting targets a NeoForge-only registry class.
- Dynamic resources hangs off NeoForge's model pipeline, whose method signatures Forge does not share.
- Surface rule optimisation is gone, but nothing is lost: Minecraft 26.2 now does that work itself.
Two more are switched off. Chat signing removal is disabled to match upstream's own default. The biome cache in the surface rule context is removed because the field it relies on no longer exists in 26.2.
Everything else is upstream behaviour, unchanged.
CREDIT AND LICENCE
All credit for this mod goes to embeddedt. This is not an official build and is not endorsed by the original author - please report issues here rather than to him.
Distributed under the GNU Lesser General Public License v3, the same licence as the original project, whose licence text is included in the jar. In keeping with that licence, the modified sources for this port are available to anyone who asks for them.

