How to Install a Fabric Mod (2026 Guide)

Installing a Fabric mod takes three steps: install the Fabric loader for your Minecraft version, add the Fabric API, then drop the mod jar in your mods folder.

Guidesby trqUpdated June 4, 2026
Key takeaways
  • Installing a Fabric mod is three steps: loader, Fabric API, then the mod jar.
  • Every piece (loader, API, mod) must target the same Minecraft version.
  • Mods live in the mods folder inside your Minecraft directory.
  • Most install failures are a version mismatch or a missing Fabric API.

Installing a Fabric mod takes three steps: install the Fabric loader for your exact Minecraft version, put the Fabric API in your mods folder, then drop the mod's jar in beside it. Launch the Fabric profile and the mod loads. Most install problems come from a version mismatch, so match every piece to the same Minecraft version.

Installing Opal

Opal follows these same steps: it is a Fabric mod. For the exact version and recommended JVM arguments, use the setup guide.

The three steps

1

Install the Fabric loader

Install the Fabric loader for your Minecraft version, using the official Fabric installer or a launcher that supports Fabric. See how to install the Fabric loader for the full walkthrough.

2

Add the Fabric API

Place the Fabric API jar in your mods folder. Most mods depend on it.

3

Add the mod

Place the mod's jar in the same mods folder, next to the Fabric API.

Then launch the Fabric profile and the mod loads on startup. If it does not appear, check the troubleshooting list below.

Where the mods folder is

OSPath
Windows%appdata%\.minecraft\mods
macOS~/Library/Application Support/minecraft/mods
Linux~/.minecraft/mods

If the mods folder does not exist yet, run the Fabric profile once and it gets created for you.

When a mod will not load

  • Mod does not appear: the jar is in the wrong folder, or you launched a non-Fabric profile.
  • Crash on launch with a missing-class error: the Fabric API is missing or the wrong version.
  • Version mismatch: the loader, the Fabric API, and the mod must all target the same Minecraft version.

FAQ