Back to mods
CorimLib project artwork

Modrinth · Minecraft mod

CorimLib

Cross-loader GUI/HUD/feature framework powering multiple mods. A library mod - no gameplay effect on its own.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which CorimLib release matches 26.2 Forge?

Updated last month
Best match for your filters 1.0.1
Game version 26.2
Loader 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.

Client Required
Dedicated server Not supported
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

No extra mods listed for this file

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    It must be installed on the client. Do not install it on the dedicated server.

  4. 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.

9 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

CorimLib versions and loaders

2 of 18 releases match
Clear filters

Looking for an older file? The official Modrinth project page is in Resources.