
Modrinth · Minecraft mod
CorimLib
Cross-loader GUI/HUD/feature framework powering multiple mods. A library mod - no gameplay effect on its own.
Quick answer
Which CorimLib release matches 26.2 Forge?
CorimLib 1.0.1 targets 26.2 with Forge. It must be installed on the client. Do not install it on the dedicated server. No extra mods listed for this file.
Where it goes
Is CorimLib required on the client, server, or both?
It must be installed on the client. Do not install it on the dedicated server.
This file is marked client-only.
What else does CorimLib 1.0.1 need?
1.0.1 on 26.2 Forge. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add CorimLib without breaking your instance.
Built for CorimLib 1.0.1 on 26.2 Forge. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.0.1. It targets 26.2 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
It must be installed on the client. Do not install it on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.0.1. It opens that exact file at the source.
About this project
What does CorimLib add?
A lightweight cross-loader abstraction and shared GUI/HUD/feature framework, built for Crunch as an alternative to a full Architectury dependency.
What is CorimLib
CorimLib abstracts the small set of loader-specific hooks a client-side QoL mod actually needs - keybind registration, tick/client-started events, HUD element registration, tooltip/chat callbacks, config directory resolution - behind one PlatformBridge interface, loaded per-loader via java.util.ServiceLoader. No bytecode-manipulation Gradle plugin, no @ExpectPlatform, no architectury-loom fork: just plain Java interfaces and a service loader, because Minecraft's Fabric/NeoForge/Forge APIs diverge far less for a client-only QoL mod than they do for full multiplatform content mods.
On top of that, CorimLib ships:
A Feature/Setting framework (Boolean/Int/Decimal/Enum/Color/Keybind/Text settings, categories, JSON persistence via Gson, profiles) for building a toggle-driven config GUI without reinventing it per mod.
A dark modal-panel/card UI toolkit (CrunchTheme) with chamfered-corner panels and hand-drawn icons, for a consistent modern look without vanilla's beveled-button chrome.
A draggable, auto-stacking HUD text-line system that reflows itself with no gaps when lines are toggled on/off.
Do I really need this?
If you're building a mod with content shared across loaders (blocks, items, entities), you want Architectury API or a similar full multiplatform toolchain - CorimLib doesn't attempt that. If you're building a client-side-only QoL/HUD/visual mod and want the small set of hooks above without a heavier dependency, CorimLib is that scope, and nothing more.
CorimLib is currently developed alongside Crunch specifically - its common module (the Feature/Setting/Config framework) is generic and reusable today; the GUI/HUD/mixin logic is still wired fairly directly to Crunch's own classes. Treat it as "extracted for Crunch, usable by others with some integration work," not yet a polished standalone SDK.
Advantages
Small, auditable surface - no bytecode magic
No Fabric API dependency at all (only Fabric Loader/Minecraft/Java)
⚠️ Important Notice
CorimLib 1.0.0 is currently not recommended for new projects.
Documentation for this version is no longer available. Please use a newer documented release when available.
Project description from Modrinth.
Pick your setup
CorimLib by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
3 loader builds26.1.1
2 loader builds26.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
CorimLib versions and loaders
1.0.1
corimlib-1.0.1-26.2-forge.jar
14 Aug 2026
1.0.0
corimlib-1.0.0-26.2-forge.jar
13 Aug 2026
Looking for an older file? The official Modrinth project page is in Resources.