What is Quilt, and should you care about it as a Minecraft player? Quilt is a mod loader for Minecraft Java Edition that forked from Fabric in 2021. If you have seen Quilt mentioned on Modrinth, in a mod description, or in a community discussion and wondered what it is, this guide explains everything — what Quilt is, why it exists as a separate project from Fabric, how it handles mod compatibility, and whether it is worth trying in its current state.
What Is Quilt?
Quilt is a mod loader for Minecraft Java Edition — software that lets you run mods. It sits in the same category as Fabric, Forge, and NeoForge. When you want to install mods like Sodium, Iris Shaders, or Mod Menu, you need a mod loader to make them work, and Quilt is one of the available options.
Quilt shares much of its technical DNA with Fabric, which makes sense given that it was originally forked from the Fabric project. It uses a similar Mixin-based approach to modifying Minecraft's code and maintains backward compatibility with most Fabric mods through a dedicated compatibility layer.
The Fabric Fork — Why Quilt Exists
Quilt was created in 2021 when a group of developers and community members forked the Fabric project. The split was primarily driven by disagreements over governance and community management — not technical limitations.
The core concerns centered on how the Fabric project handled community moderation, decision-making processes, and its Code of Conduct. A group within the Fabric community felt that the project needed stronger governance structures and more transparent community management. When those changes did not materialize within Fabric, they started Quilt as an independent project.
It is worth noting that the fork was not about one side being right or wrong. Different communities have different expectations for governance, and Quilt represents one group's vision for how an open-source modding project should be managed. Fabric, meanwhile, continues to operate under its existing structure and remains the larger project by a wide margin.
Technical Differences from Fabric
While the fork was motivated by governance rather than technology, Quilt has introduced some technical changes since separating from Fabric:
- Quilt Standard Libraries (QSL) — Quilt developed its own set of standard libraries as a replacement for Fabric API. QSL aims to provide a more modular and well-documented API for mod developers. In practice, QSL is still maturing and not all parts are feature-complete.
- Quilt Loader — Quilt built its own loader rather than continuing to use Fabric Loader directly. The Quilt Loader includes features like improved error messages and a different approach to mod resolution.
- Chasm (planned) — Quilt has discussed developing Chasm, an alternative to the Mixin system, for more structured bytecode transformation. As of writing, this remains largely in the planning or early development stage.
For most players, these technical differences are not something you will notice day to day. The practical experience of using Quilt is very similar to using Fabric, especially since most of the mods you run will be Fabric mods loaded through the compatibility layer.
Fabric Mod Compatibility
One of Quilt's most important features is its ability to run most Fabric mods. This is possible through Quilted Fabric API (QFAPI), which is bundled as part of Quilt Standard Libraries.
QFAPI acts as a translation layer — when a Fabric mod calls the Fabric API, QFAPI intercepts those calls and handles them within the Quilt ecosystem. The result is that most popular Fabric mods, including Sodium, Lithium, Iris Shaders, and Mod Menu, appear to work on Quilt without modification.
However, this compatibility is not absolute. Mods that hook very deeply into Fabric Loader's internals, or that rely on specific Fabric Loader behaviors, may not work correctly. The Quilt team maintains QFAPI actively, but edge cases exist. If you rely on a specific Fabric mod, it is worth testing it on Quilt before committing to a full switch.
Quilt vs Fabric at a Glance
| Aspect | Quilt | Fabric |
|---|---|---|
| First release | 2021 (forked from Fabric) | 2018 |
| Governance | Structured governance model, RFC process | Original project governance |
| API | Quilt Standard Libraries (QSL) | Fabric API |
| Mod ecosystem | Small (mostly Fabric mods via QFAPI) | Large, active community |
| Fabric mod support | Yes, via QFAPI | Native |
| Update speed | Generally follows Fabric's pace | Fast, often within hours of new snapshots |
| Developer adoption | Niche | Widely adopted |
The honest assessment: Fabric has a significantly larger ecosystem, more active mod developers, and broader community support. Quilt offers an alternative governance model and its own technical vision, but for most players the day-to-day experience is similar because you end up running the same Fabric mods through QFAPI. The main reason to choose Quilt over Fabric is if you prefer Quilt's community approach or want to support the project's direction.
Who Should Use Quilt
Quilt is not for everyone, and that is fine. Here is a realistic look at who benefits most from using it:
- Mod developers who prefer Quilt's governance model and want to contribute to or build on QSL
- Players who value the community — if Quilt's approach to community management resonates with you, using the loader is one way to support it
- Curious players — if you already use Fabric mods and want to try something different, switching to Quilt is relatively low-risk since most of your mods will continue to work via QFAPI
If you are new to Minecraft modding and just want the largest mod selection and most community support, Fabric or Forge are generally safer starting points. They have larger communities, more documentation, and more mods that explicitly target them.
Getting Started with Quilt
If you want to try Quilt, the setup process is straightforward:
- Download the Quilt Installer from quiltmc.org
- Run the installer and select your Minecraft version
- Install Quilted Fabric API (QFAPI) from Modrinth — this is essential for Fabric mod compatibility
- Download mods and place them in your
.minecraft/mods/folder - Launch Minecraft using the Quilt profile
For a detailed walkthrough of each step, see our How to Install Quilt Mods guide. For mod recommendations, check Best Quilt Mods.
Other Mod Loader Guides
Want to learn about other mod loaders? Check out these guides:
- What Is Forge?
- What Is Fabric?
- What Is NeoForge?
- Fabric vs Quilt — Fabric's community fork explained
Frequently Asked Questions
Is Quilt better than Fabric?
Not objectively. Quilt and Fabric share a similar technical foundation, and most of the mods you would run are the same (Fabric mods via QFAPI). Quilt offers a different governance model and its own API vision, but Fabric has a larger ecosystem and more active development community. "Better" depends entirely on what you prioritize.
Can Quilt run Fabric mods?
Yes, most Fabric mods work on Quilt when you have Quilted Fabric API (QFAPI) installed. QFAPI provides a compatibility layer that translates Fabric API calls for the Quilt loader. Not every Fabric mod is guaranteed to work, but the majority of popular ones appear to function correctly.
Is Quilt dead?
Quilt is not dead, but it has a smaller community and slower development pace compared to Fabric. The project continues to receive updates and maintain QFAPI compatibility. However, it would be fair to say that Quilt has not achieved the widespread adoption that some early supporters hoped for. It remains a niche alternative rather than a major competitor to Fabric or Forge.
Can I use Quilt and Fabric at the same time?
No, you cannot run both loaders simultaneously in the same Minecraft instance. However, you can have separate launcher profiles — one for Fabric and one for Quilt — and switch between them. Your mods folder is shared by default, but QFAPI handles the Fabric API compatibility on the Quilt side.
Where do I find Quilt mods?
Modrinth has a dedicated Quilt filter that shows mods explicitly marked as Quilt-compatible. You can also use most Fabric mods from Modrinth or CurseForge, as long as you have QFAPI installed.
