NeoForged | Minecraft Mod Loader Fork Explained
MISC · miscellaneous

NeoForged | Minecraft Mod Loader Fork Explained

NeoForged is the mod loader fork of Minecraft Forge built by the original team after they split from LexManos. Learn what changed and why it matters.

Jun 24, 2026121 views

What Is the NeoForged Project

NeoForged is a mod loader for Minecraft that began life as a fork of Minecraft Forge. It was announced on July 13, 2023, by cpw, a long-time Forge contributor who built the project's Discord, ModLoader, and much of its loading machinery. The Discord rebrand happened the day before, on July 12, and the first installable builds followed soon after.

Nearly the entire original Forge team moved over to NeoForged. The one notable exception was LexManos, the sole remaining original Forge leader, who continues independently with the older MinecraftForge project. The split was not really about technology. It was about people, governance, and who controls the tools the modding community depends on.

Why the Forge Team Forked

The fork had been a long time coming. cpw had spent roughly a decade mediating LexManos's behavior toward other modders, and that workload finally became unsustainable. The breaking point came when Curle, whom Lex had appointed as project leader, resigned over the same ongoing friction. cpw laid out the situation plainly in the project announcement:

"Lex has been a problem in the modding community for many, many years. Almost every veteran minecraft modder has had a negative interaction with him over the past 12 years. I have, when able to, tried to steer people to not abandon Forge just because of Lex - defending him in many a private conversation with a frustrated modder who'd just been called a "C**t" for 1,000th time by Lex, or banned from our online spaces for a trivial transgression like discussing Fabric or coremods."

There was also a legal angle. Core Forge assets were licensed under Lex's company, Forge LLC, so a clean break with fresh branding was the safest path forward rather than a fight over ownership. The launch felt rushed because Lex unexpectedly showed up in the team's private planning Discord, forcing them to go public before they were fully ready.

cpw was careful to frame the decision as his own perspective, not a unanimous verdict:

"I want to be clear, this is my opinion and perspective. Others will have their own opinions, and they may differ in the details, but I believe this is the best possible future for the project as a whole."

How NeoForged Differs From Minecraft Forge

In the early days NeoForged kept close compatibility with Forge so mod authors could migrate without rewriting everything. Over time it has grown into its own platform with a reworked Gradle plugin, Parchment mappings enabled by default, an overhauled registry and EventBus, a modernized Capabilities system, and MixinExtras for cleaner mixin work. The Discord rules were also relaxed, so discussing other loaders is no longer a bannable offense.

The practical difference for players is simpler. Mods built for older Forge releases generally stay on Forge, while mods targeting newer Minecraft versions increasingly target NeoForged instead. If you are setting up a modpack for a recent version, NeoForged is usually the loader the mod authors actually wrote for. For a deeper comparison of the two ecosystems, see our Minecraft Forge overview.

How to Install NeoForged

Installing NeoForged works like most loader installs. You run the official installer, pick the client option, point it at your Minecraft directory, and launch the new profile it creates. From there you drop mod jars into the mods folder and start the game.

Our step-by-step guide to installing NeoForged walks through the whole process, and our broader how to install Minecraft mods primer covers where jars go and how to troubleshoot crashes. If you want the installer straight from the source, the project site below hosts the current build.

NeoForged Frequently Asked Questions

Is NeoForged the same as Minecraft Forge?

No. NeoForged started as a fork of Forge and shares a lot of code history, but it is now a separate project with its own team, branding, and release schedule. Forge still exists under LexManos, while NeoForged is run by most of the original Forge contributors.

Can I run Forge mods on NeoForged?

For older Minecraft versions the two stayed close enough that many mods worked on both, but that is not something to assume. A mod built for Forge on a recent Minecraft version usually needs a NeoForged-specific build to run cleanly. Check the mod's page for the loader it targets before you drop the jar in.

Do I need to pay for NeoForged?

No. NeoForged is free and open source. The team is volunteer-driven, and the installer, documentation, and modding tools are all available at no cost.

Is NeoForged still being maintained?

Yes. The project shipped new releases in early 2026 and typically publishes a matching build within hours of each new Minecraft version. Development stays active across current Minecraft releases, with the largest mod catalogs concentrating on the most popular versions.

Should I pick NeoForged, Fabric, or Quilt?

It depends on the mods you want to run. NeoForged carries forward the Forge ecosystem, while Fabric and Quilt offer a lighter, faster-updating alternative. Many players keep separate profiles for different loaders so they can mix and match without conflicts.

Discussion

No comments yet

Be the first to start the discussion.