Menu

Catalogue

Mod loaders

Mod loaders sit between Minecraft and the mods you install. Support below is what each project declares in its own metadata, which is also the fastest way to see who has caught up with a new Minecraft release.

What a mod loader does

A mod loader sits between Minecraft and the mods you install. Vanilla Minecraft cannot load a mod on its own; the loader patches the game so mods can hook into it, and it provides the shared APIs that mods are built against.

Fabric is lightweight and updates to a new Minecraft version within days. NeoForge is the larger, batteries-included lineage that most big modpacks target, forked from the original Forge in 2023. Quilt is a Fabric-compatible fork. A mod built for one loader does not run on another, so the loader you pick decides which mods you can use.

Common questions about mod loaders

Which mod loader should I use?

Use the loader your mods are built for. Fabric is fast and light and updates quickly; NeoForge is what most large modpacks target. They are not interchangeable, so check the mod before you pick.

What is the difference between Forge and NeoForge?

NeoForge is a 2023 fork of Minecraft Forge and is now the active lineage for modern versions. Forge still exists and covers the whole 1.x history. A mod usually names which one it needs.

Can I mix mods from different loaders?

No. A Fabric mod will not load on NeoForge and the other way round. Everything in one instance has to target the same loader and the same Minecraft version.

Do loaders work on a server?

Yes. You install the matching server build of the loader, then drop the same mods on the server. Client-only mods stay on the client.