NeoForge vs Forge: Minecraft Mod Loaders (2026)

NeoForge vs Forge explained: how the community fork differs from the original loader on governance, version support, and mods, and which to pick.

Frameworksby trqUpdated June 4, 2026
Key takeaways
  • NeoForge is a 2023 community fork of Forge that now leads the Forge-lineage scene on current Minecraft.
  • Forge is the original loader that carried the modded ecosystem for years and still serves older modpacks.
  • The split was about governance, not a rewrite; the two share core ideas but have since diverged.
  • Pick NeoForge for new versions and active mods; pick Forge for older packs built against it.

NeoForge is the community-run fork of Forge that started in 2023 and is now the default loader for the Forge-lineage modding scene on current Minecraft versions. Forge is the original loader that carried the modded ecosystem for years. Pick NeoForge for new versions and active mods; pick Forge for older modpacks built against it.

Where Opal fits

Opal runs on Fabric, not the Forge family, so neither of these is the loader you set up for Opal. If you are getting started, the setup guide walks through the Fabric install.

What each one is

Forge is the original Minecraft mod loader. It ran most of the large modpack scene from the 1.6 era forward, with an annotation-based event bus, an opinionated lifecycle, and ASM class transformers under the hood.

NeoForge is a fork of Forge that split off in 2023 when a leadership conflict in the Forge project came to a head. It keeps the same broad architecture (registries, capabilities, an event bus) but runs under community governance with a more open contribution model.

Why the fork happened

The split was about governance, not a rewrite. A group of Forge contributors moved to a community-owned project after disagreements over how Forge was being run. Because NeoForge started from the Forge codebase, the two loaders share most of their core ideas, and mod authors familiar with Forge find NeoForge immediately recognizable.

Over time the two have drifted apart. NeoForge has reworked parts of the API and ships its own conventions, so a mod built for current NeoForge is not guaranteed to load on Forge and the reverse is also true.

How they differ

NeoForgeForge
Origin2023 community fork of ForgeThe original loader
GovernanceCommunity-owned, open contributionTraditional Forge project leadership
ArchitectureSame base (registries, capabilities, event bus)Registries, capabilities, event bus
New-version focusCurrent Minecraft versionsCarries the older modded scene
Mod catalogGrowing on modern versionsDeep catalog on older versions

Which to choose

  • Choose NeoForge if you play current Minecraft versions and your mods have moved to it. Most actively maintained Forge-style mods now target NeoForge on newer releases.
  • Choose Forge if you run an older modpack or a content mod that only ships for Forge. Plenty of long-standing packs are still built on it.
  • Check the version page for each mod. The same author may ship a Forge build for old versions and a NeoForge build for new ones.

FAQ