Getting Started With Fabric Mods
Fabric is one of the most popular Minecraft mod loaders, known for being lightweight, fast to update, and home to a thriving modding community. If you want to run mods like Sodium, Iris, or Carpet, you'll need Fabric installed first. This guide walks you through the entire process from scratch.
What You'll Need
- A legitimate copy of Minecraft: Java Edition
- The official Minecraft Launcher (or a third-party launcher like Prism or MultiMC)
- A desktop or laptop computer (Windows, macOS, or Linux)
- The specific Minecraft version you want to mod (check which version your desired mods support)
Step 1: Download the Fabric Installer
Head to the official Fabric website at fabricmc.net and click the "Download" section. You'll find the Fabric Installer — a small Java application (.jar file) that does all the heavy lifting. Download the latest universal installer.
Step 2: Run the Fabric Installer
- Double-click the downloaded
.jarfile to open it. (If it doesn't open, right-click → Open With → Java) - In the installer window, select the Minecraft version you want to use from the dropdown.
- Make sure "Create profile" is checked — this adds a new profile to your Minecraft Launcher automatically.
- Click Install. The process takes just a few seconds.
- Once complete, you'll see a success message.
Step 3: Install the Fabric API
Almost every Fabric mod requires the Fabric API — a core library that provides shared tools and hooks for mod developers. Without it, most mods simply won't work.
- Go to modrinth.com or curseforge.com and search for "Fabric API".
- Download the version that matches exactly the Minecraft version you installed Fabric for.
- Save the
.jarfile — you'll place it in the mods folder in the next step.
Step 4: Find Your Mods Folder
Minecraft stores mod files in a dedicated folder inside its game directory:
- Windows: Press
Win + R, type%appdata%\.minecraft, and press Enter. Look for themodsfolder. - macOS: Open Finder, press
Cmd + Shift + G, and type~/Library/Application Support/minecraft. - Linux: Navigate to
~/.minecraft/mods
If the mods folder doesn't exist yet, create it yourself inside the .minecraft directory.
Step 5: Add Your Mods
- Download your desired mods from trusted sources like Modrinth or CurseForge. Always verify the mod is built for Fabric and your specific Minecraft version.
- Drop the downloaded
.jarfiles (including Fabric API) directly into themodsfolder. - Do not unzip or extract them — they go in as
.jarfiles.
Step 6: Launch Minecraft With Fabric
- Open the Minecraft Launcher.
- In the bottom-left corner, click the profile selector and choose the new fabric-loader-[version] profile.
- Click Play and wait for the game to load.
- On the main menu, you should see "Mods" listed — this confirms Fabric is running.
Troubleshooting Tips
- Game crashes on launch: One of your mods likely has a version mismatch. Remove mods one by one to find the culprit.
- "Missing dependency" error: A mod requires another mod to work. Read the mod's description for required dependencies.
- Mods not showing up: Make sure you're launching the Fabric profile, not the vanilla profile.
You're Ready to Mod!
With Fabric installed and your first mods in the folder, you're set to explore everything the Fabric modding ecosystem has to offer. Start with well-known mods, read each mod's page carefully for compatibility notes, and build your setup one mod at a time.