Konkrete is a library mod that provides shared code and utilities required by other mods to function properly, available for Minecraft Fabric, Forge, and NeoForge loaders. Created by Keksuccino, it serves as a behind-the-scenes dependency that powers popular mods like FancyMenu and Drippy Loading Screen.
If you have ever tried to launch Minecraft with a modpack and been greeted by a crash screen demanding a missing library, you already know the problem Konkrete solves. Library mods are the invisible backbone of the modding ecosystem — they bundle common code so that mod developers do not have to reinvent the wheel for every project. Konkrete has quietly earned over 42 million downloads on Modrinth alone, making it one of the most widely depended-upon library mods in the Minecraft community. That staggering number is not because players seek it out for fun; it is because dozens of other mods simply will not start without it installed.
Key Features of Konkrete
- Shared Utility Library — Konkrete bundles reusable code that mod developers can call instead of writing from scratch. For players, this means smaller mod file sizes and fewer conflicts between mods that would otherwise each ship their own version of the same helper code.
- Multi-Loader Support (Fabric, Forge, NeoForge) — Whether you run a Fabric-based setup, classic Forge, or the newer NeoForge loader, Konkrete has a matching build. This cross-platform availability means you do not need to switch your entire modding ecosystem just because one dependency requires a different loader.
- Wide Version Coverage (1.12 – 1.21.11) — Konkrete supports Minecraft versions stretching all the way back to 1.12 and up to the latest 1.21.11 release. Players on older modpacks and those running bleeding-edge versions alike can rely on it without hunting for outdated builds.
- Open Source Under Apache-2.0 — The entire codebase is publicly available on GitHub under the permissive Apache-2.0 license. This transparency lets other developers audit the code, contribute fixes, and build confidently on top of it without licensing concerns.
- Lightweight and Passive — Because Konkrete is a pure library with no gameplay features, it appears to add minimal overhead to your Minecraft instance. It loads only the components that dependent mods actually call, so it stays out of your way during play.
- Active Maintenance by Keksuccino — The mod has been continuously updated since its initial release in November 2022, with the most recent update landing in February 2026. Regular updates mean compatibility fixes arrive quickly after major Minecraft version bumps.
- Dependency for Popular Mods — Konkrete is a required dependency for well-known mods by Keksuccino, including FancyMenu and Drippy Loading Screen. Installing it unlocks access to an entire family of customization mods that rely on its shared framework.
Screenshots
How to Install Konkrete
- First, make sure you have the correct mod loader installed. Choose Fabric, Minecraft Forge, or NeoForge depending on your modpack or preference.
- Download the Konkrete file that matches both your Minecraft version and your chosen loader from the download section below.
- Open your Minecraft installation folder. On Windows, press Win + R, type
%appdata%\.minecraft, and hit Enter. - Drop the downloaded
.jarfile into themodsfolder. If the folder does not exist, launch Minecraft once with your mod loader selected to generate it automatically. - Launch Minecraft with the correct loader profile. Konkrete will load silently in the background — you will not see any in-game menu or icon, and that is expected behavior for a library mod.
Requirements & Compatibility
| Requirement | Details |
|---|---|
| Mod Loaders | Fabric, Forge, NeoForge |
| Minecraft Versions | 1.12 – 1.21.11 |
| Latest Update | February 1, 2026 |
| License | Apache-2.0 (open source) |
| Total Downloads | 41,600,000+ |
| Source Code | Available on GitHub |
| Client/Server | Client-side library |
What's New
- Added full support for Minecraft 1.21.11 and 1.21.10 on both NeoForge and Fabric loaders.
- Expanded compatibility with Minecraft 1.21.5 through 1.21.8, covering the latest game updates.
- Maintained Forge support alongside NeoForge for versions 1.21.4 through 1.21.8, giving players loader flexibility.
- Continued Apache-2.0 licensing with bundled libraries including Open Imaging, JsonPath, and Json-smart.
- Ongoing source code updates available via the official changelog on GitHub.
Pros and Cons
Pros
- Supports all three major mod loaders — Fabric, Forge, and NeoForge
- Covers an exceptionally wide range of Minecraft versions from 1.12 to 1.21.11
- Actively maintained with frequent updates following new Minecraft releases
- Open source and permissively licensed under Apache-2.0
- Over 42 million downloads signal strong community trust and reliability
- Appears to be lightweight with no noticeable performance overhead
Cons
- Does nothing on its own — only useful when another mod requires it
- No official documentation for developers who want to build on top of it
- Players may not understand why it is needed, leading to confusion
- Must be manually kept up to date alongside the mods that depend on it
Alternatives to Konkrete
- Architectury API — A cross-platform library mod that helps developers write mods compatible with both Fabric and Forge from a single codebase, serving a similar multi-loader bridging role.
- Cloth Config API — A configuration screen library used by many Fabric and Forge mods, often installed alongside other library dependencies like Konkrete.
- Fabric API — The core library for Fabric mod development that provides essential hooks and utilities, required by nearly every Fabric mod in existence.
Download Konkrete
| Minecraft Version | Fabric | Forge | NeoForge |
|---|---|---|---|
| For Minecraft 1.21.11 | Download | — | Download |
| For Minecraft 1.21.10 | Download | — | Download |
| For Minecraft 1.21.8 | Download | Download | Download |
| For Minecraft 1.21.7 | Download | Download | Download |
| For Minecraft 1.21.6 | Download | Download | Download |
| For Minecraft 1.21.5 | Download | Download | Download |
| For Minecraft 1.21.4 | Download | Download | Download |
| For Minecraft 1.21.1 | Download | Download | Download |
| For Minecraft 1.21 | Download | Download | Download |
| For Minecraft 1.20.6 | Download | Download | Download |
| For Minecraft 1.20.5 | Download | — | Download |
| For Minecraft 1.20.4 | Download | Download | Download |
Always download mods from official sources to stay safe.
Frequently Asked Questions
Do I need Konkrete if no other mod asks for it?
No — Konkrete is a library mod that serves no purpose on its own. You only need to install it when another mod explicitly lists Konkrete as a required dependency. If nothing in your mod list calls for it, you can safely skip it.
Is Konkrete compatible with Fabric, Forge, and NeoForge?
Yes — Konkrete provides separate builds for Fabric, Forge, and NeoForge. Make sure you download the version that matches your specific mod loader and Minecraft version to avoid crashes or loading errors.
Will Konkrete affect my game performance or FPS?
No, it appears to have no measurable impact on performance. Konkrete is a passive library that only loads code when dependent mods call its functions. It does not run background processes, render overlays, or modify gameplay in any way.
Which popular mods require Konkrete?
FancyMenu and Drippy Loading Screen are among the most well-known mods that depend on Konkrete. Both are created by Keksuccino, the same developer behind Konkrete, and they use the library for shared UI and resource-loading utilities.
Does Konkrete work on Minecraft servers?
It depends on the mods that require it. Konkrete itself is primarily a client-side library, but if a server-side mod lists it as a dependency, you would need to install it on the server as well. Check the requirements of each dependent mod to determine whether server installation is necessary.
