How to Install Fabric Mods for Minecraft (2026 Beginner's Guide)
By Minecraft Circle Generator Team · Published 2026-08-22
Short answer: install the Fabric loader from fabricmc.net, then drop mod .jar files into your .minecraft/mods/ folder. Every mod you want needs a version that matches your Minecraft version (a 1.20 mod won't load on 1.21). Most Fabric mods also need the Fabric API as a dependency. Below is the full step-by-step: installer, folder locations for Windows/macOS/Linux, mod dependencies, launch profile switching, and the six most common installation problems with fixes.
Quick Answer Table
| Question | Answer |
|---|---|
| What is Fabric? | A lightweight Minecraft mod loader (Java Edition only). Faster to update than Forge, supports most modern mods. |
| Where do mod .jar files go? | .minecraft/mods/ — you'll create the folder yourself if it doesn't exist. |
| Do I need Fabric API? | Yes, for most mods. It's a shared library nearly every Fabric mod depends on. Grab it here. |
| Java or Bedrock? | Fabric is Java Edition only. Bedrock uses Add-Ons (separate system, not covered here). |
| Will mods break each other? | Sometimes. Same-purpose mods (two chunk-loaders, two performance mods) can conflict. Add mods one at a time and test. |
| Can I use mods on servers? | Yes — but the server needs the same mods installed. Client-only mods (like Litematica) don't need server-side installs. |
Step 1 — Install the Fabric Loader
- Close Minecraft. The installer can't modify launcher profiles while it's running.
- Open fabricmc.net/use/installer/. Download the .jar file (works on Windows, macOS, Linux).
- Double-click the downloaded file to launch the installer. If macOS blocks it, right-click → Open → Open Anyway.
- In the installer window:
- Minecraft Version: pick the version you want to mod (usually latest release — 1.21.x as of 2026).
- Loader Version: leave on the default (latest stable).
- Leave "Create profile" ticked.
- Click Install. Wait ~5 seconds. When you see "Successfully installed," close the installer.
- Open the Minecraft Launcher. In the version dropdown (bottom-left), you'll now see fabric-loader-X.XX.X-1.21.X. Select it and click Play once — this initializes the profile.
- You'll load into the title screen with a small "Fabric Loader" line in the bottom-left. Quit Minecraft — you've got Fabric installed.
Step 2 — Find Your .minecraft Folder
Every mod lives inside a mods subfolder inside your .minecraft directory. Path by OS:
- Windows:
%appdata%\.minecraft\- Paste into File Explorer's address bar and hit Enter.
- macOS:
~/Library/Application Support/minecraft/- Finder → menu Go → Go to Folder → paste the path.
- Linux:
~/.minecraft/- Hidden by default; enable "show hidden files" or use terminal.
Once inside, create a folder called mods (all lowercase, no extension) if you don't see one. This is where every mod .jar goes.
Step 3 — Install Fabric API
Nearly every Fabric mod depends on Fabric API — a shared library that mods use to hook into Minecraft. Skip this step and most mods will silently refuse to load.
- Open modrinth.com/mod/fabric-api.
- Click the green Download button. Pick the version that matches your Minecraft version (top-right filter).
- Move the downloaded .jar into
.minecraft/mods/.
Step 4 — Install the Mod(s) You Want
The two main sources for Fabric mods:
- Modrinth — modern, developer-friendly, direct downloads. Preferred source.
- CurseForge — older, has almost every mod ever made. Requires an account for some downloads.
For each mod:
- Filter to your Minecraft version + "Fabric" loader.
- Download the .jar file.
- Drop it into
.minecraft/mods/.
Some mods (like Litematica) depend on other mods (Litematica depends on MaLiLib). The mod page always lists dependencies — install those too.
Step 5 — Launch and Verify
- Open the Minecraft Launcher.
- Confirm the Fabric profile is selected in the version dropdown.
- Click Play.
- Once at the title screen, click Mods (a new button Fabric adds). You should see every installed mod listed. If any failed to load, they'll be marked red.
The 6 Most Common Fabric Install Problems
1. "Minecraft crashes immediately after launch"
Usually a version mismatch. A mod built for 1.20 loaded into 1.21 will crash the game. Check every mod's version tag on Modrinth/CurseForge matches your Minecraft version exactly. Even 1.21.0 vs 1.21.1 can matter for some mods.
2. "Fabric API isn't installed" or "Missing required dependencies"
You forgot Fabric API, or a specific mod needs another library (Cloth Config, Architectury, MaLiLib). The crash log lists what's missing — install the named dependency in mods/, re-launch.
3. "Fabric loader doesn't appear in the launcher"
Either the installer didn't tick "Create profile," or your launcher was open during install. Re-run the installer with the checkbox on. Or manually add a profile: Launcher → Installations → New → Version → pick fabric-loader-….
4. "Mods folder doesn't exist"
Fabric creates the mods folder the first time you launch a Fabric profile. If you can't find it, launch Fabric once, quit, then look again. Or create the folder manually — the launcher doesn't care who made it.
5. "Mod works in single-player but not on a server"
Some mods are client-side only (visual mods, minimap, Litematica). Some need to be on both client and server (worldgen mods, item mods). Check the mod's page — it'll say "client-only," "server-only," or "both."
6. "Game runs but the mod doesn't do anything"
Check the Mods menu at the title screen — the mod might have loaded but be disabled by default. Also try the mod's keybind (usually M, K, or another letter). Every mod's docs explain how to open its menu.
Recommended First Mods (2026)
If you're new to Fabric, these are the safest, most-loved starter mods:
- Litematica — schematic ghost overlay for planned builds. Pair with our circle generator for one-click build blueprints.
- Sodium — massive performance boost (2-5x FPS on most hardware).
- Iris — shader support, works with Sodium.
- MiniHUD — coordinate display, day/night info, entity counts.
- WorldEdit CUI — visualize WorldEdit selections in vanilla + Fabric worlds.
- Xaero's Minimap — best minimap for Fabric.
Fabric vs Forge — Which Should You Use?
The other major mod loader is Forge. Short comparison:
- Fabric: lightweight, ships loader updates within days of a new Minecraft version. Best for performance mods, small quality-of-life mods, and modern mod developers.
- Forge: heavier, slower to update, but every huge mod pack you've heard of (Feed The Beast, All The Mods) is Forge-based. Best if you want giant tech/magic modpacks.
You can install both loaders (they use separate profiles), but a single mod can only run on the loader it was built for. Most builders use Fabric now — it's what Litematica and every modern shape/schematic tool targets.
Removing a Mod
Quit Minecraft. Delete the mod's .jar file from .minecraft/mods/. Relaunch. Nothing else needed. Your world data isn't tied to the mod list (with exceptions — worldgen mods and dimension-adding mods can leave orphan chunks; back up your world before removing those).
Putting It All Together
The full workflow, fresh install to running mod, on a new machine:
- Install Minecraft Java Edition. Launch once, log in, quit.
- Download + run the Fabric installer. Pick your MC version, click Install.
- Open the Minecraft Launcher, select the Fabric profile, click Play, wait for title screen, quit. This creates the
modsfolder. - Download Fabric API matching your MC version → drop into
.minecraft/mods/. - Download each mod you want (matching version) → drop into
.minecraft/mods/. - Launch Minecraft on the Fabric profile. Confirm all mods loaded (Mods menu at title screen).
- Load a world and use the mods. For most, press their bound key (Litematica = M, etc).
That's the whole process. From this point, every new mod you want is a two-step operation: download → drop into mods.
For more Minecraft guides, see how to use Litematica schematics, how to build a sphere, and best Minecraft server hosting.