Blog

How to Install Fabric and Your First Mods

Install the Fabric loader, add Fabric API, then drop Sodium, Lithium, and ModMenu into your mods folder. A clear zero-to-modded walkthrough for beginners.

TRtrol6 min read

What does installing Fabric actually mean?

Installing Fabric means swapping vanilla Minecraft for a version that can read mods. The Fabric loader adds a new profile to your launcher, and that profile knows how to scan a mods folder and run whatever jars it finds. You are not editing the game files by hand. You point an installer at a Minecraft version, it builds the profile, and from then on adding a mod is as simple as moving a file.

That is the whole mental model. Loader on the bottom, a library in the middle, your mods on top.

What you need before you start

Nothing exotic. You need the official Minecraft launcher (or any launcher that supports custom profiles), a Minecraft version you actually want to mod, and a few minutes. Pick your version now and stick to it, because everything downstream has to match it.

How to install the Fabric loader

Run the Fabric installer, point it at your Minecraft version, and let it create the profile. Open your launcher afterward and a new Fabric entry appears in the profile dropdown. That is the loader done.

  1. Download the Fabric installer

    Grab the installer from the official Fabric project. It is a tiny program that does one job: write a new profile into your launcher.

  2. Select your Minecraft version

    In the installer, choose the same Minecraft version you decided on earlier. Leave the loader version on the latest stable build unless you have a reason not to.

  3. Install and confirm

    Run it. When it finishes, open your launcher and check the profile list. A "fabric-loader" entry for your version means it worked.

You only install the loader once per Minecraft version. Adding more mods later never touches this step.

Add Fabric API, the library nearly every mod needs

Fabric API is the shared toolkit most Fabric mods are built against. Download the build that matches your Minecraft version and drop it straight into the mods folder. Without it, the majority of mods have nothing to hook into and quietly refuse to start, so it goes in before anything else.

Where is the mods folder? It lives inside your Minecraft directory. If it is not there yet, launch the Fabric profile once and close the game, or just create a folder named mods next to your saves and resourcepacks folders.

Your first three mods

Drop these into the same mods folder and you go from playable to genuinely better in one move. None of them need configuration to start paying off.

The starter trio

Beginner

Three jars that upgrade frame rate, smoothness, and control with zero setup.

Want the full beginner kit beyond these three? See essential Fabric mods every player should have.

If you are aiming for visuals next, add Iris alongside Sodium and you can run shader packs without OptiFine. Performance base first, eye candy second.

Launch and verify it worked

Start Minecraft on the Fabric profile, open the new Mods button on the title screen, and confirm Fabric API plus your three mods are all listed. If the menu is there and the count looks right, you are modded. If something is missing, the cause is almost always a version mismatch.

  • Launcher is set to the Fabric profile, not vanilla
  • Fabric API is sitting in the mods folder
  • Every mod jar targets your exact Minecraft version
  • ModMenu lists each mod you added

Zero to modded at a glance

StepWhat you doWhere it goes
1Install the Fabric loaderAdds a launcher profile
2Add Fabric APImods folder
3Add Sodium, Lithium, ModMenumods folder
4Launch on the Fabric profileVerify in ModMenu

When a mod refuses to load

The game booting straight into vanilla usually means it could not load your jars and gave up. Work through the obvious causes before reinstalling anything.

Hand-managing jars, versions, and the mods folder is fine for a small setup. When the list grows and you would rather not babysit compatibility, a desktop client like Terminus keeps the loader, library, and mods aligned for you and ships a launcher, so the version-matching is handled before you ever press play.

FAQ

Get Terminus

Loader, library, and mods kept in sync, with no manual jar shuffling.