Back
Minecraft Libraries & APIs

Fabric API

Overview

The core library nearly every Fabric mod depends on. Install it first; most of your mod folder needs it.

Fabric API is the lightweight, modular library that provides the hooks and interoperability layer Fabric mods are written against. It adds nothing to the game by itself — it is the thing everything else is built on.

WHY IT IS FIRST IN EVERY GUIDE

The Fabric loader is deliberately minimal and exposes very little. Almost anything a mod wants to do — register a block, add an item to a creative tab, hook a render stage, send data between client and server — goes through Fabric API. A Fabric mod folder without it will usually fail to start with a missing-dependency screen.

It is versioned per Minecraft release and updated alongside snapshots, so a Fabric API build is tied to one Minecraft version. Mixing versions is the most common cause of a Fabric install that will not launch.

Over 229 million downloads on Modrinth as of August 2026.

Requirements

Game versions
  • 26.2
  • 26.1.2
  • 1.21.1
REQUIRES

The Fabric loader, and a Fabric API build matching your Minecraft version exactly.

CLIENT AND SERVER

Install it on both. A server running mods that need Fabric API needs its own copy.

CONFLICTS WITH

Forge and NeoForge — these are different mod loaders and mods are not interchangeable between them. A Fabric mod will not load on Forge and vice versa.

NOTE

Quilt users need the Quilted Fabric API instead; plain Fabric API is not the right file there.

Installation

1. Install the Fabric loader for your Minecraft version using the official Fabric installer.

2. Download the Fabric API build for that same Minecraft version.

3. Drop the .jar into your mods folder:

Windows — %appdata%\.minecraft\mods

Linux — ~/.minecraft/mods

macOS — ~/Library/Application Support/minecraft/mods

4. Launch using the Fabric profile in the launcher.

ON A SERVER

Place the same .jar in the server's mods folder. Client and server must run the same version.

This release downloads from cdn.modrinth.com, not from us, so there is no checksum to compare against. Scan the archive before you unpack it.

Version history

  1. v0.157.0+26.2 Latest 13 Sep 2024 · 2.4 MB via cdn.modrinth.com · 0 downloads Download
    Tracking current Minecraft releases and snapshots.
    Ongoing API additions and deprecation passes.

    Off-site on cdn.modrinth.com — no checksum, because we never held this file. Link checked by our review team on 14 Aug 2026.

Comments

No comments yet.

Sign in to leave a comment.

Report this mod

Tell us if something is wrong — a file that will not work, content taken from someone else, or anything that looks unsafe. Reports go to our review team, not to the author.

Sign in to report this mod.

We use cookies to ensure that we give you the best experience on our website and improve your experience. By continuing to use this site you consent to such use of cookies.

Learn More