CurseForge · Minecraft mod
OverlayLib
Library for rendering live info-overlays
Quick answer
Which OverlayLib release matches 26.2?
OverlayLib 0.11.0+26.2 targets 26.2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is OverlayLib required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does OverlayLib 0.11.0+26.2 need?
OverlayLib 0.11.0+26.2 on 26.2. Every mod below is checked against that same setup.
Install Fabric API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add OverlayLib without breaking your instance.
Built for OverlayLib 0.11.0+26.2 on 26.2. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use OverlayLib 0.11.0+26.2. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside OverlayLib 0.11.0+26.2. It opens that exact file at the source.
About this project
What does OverlayLib add?
OverlayLib
A rendering library for live info-overlays
Overlays
This mod allows other mods to create "Overlays", which can render textures on some or even all blocks with variable color, texture and more, built with informative overlays in mind (e.g. a light level overlay).
This is a LIBRARY mod.
This is a library mod, so only installing this without any other mods won't do anything.
For Developers
Add OverlayLib to your fabric dependencies:
{
"depends": {
"overlaylib": "VERSION" // Replace VERSION with a version selector
}
}
Add the cursemaven to your repositories in build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
url "https://cursemaven.com"
}
}
filter {
includeGroup "curse.maven"
}
}
}
Add OverlayLib to your gradle dependencies:
dependencies {
modApi "curse.maven:overlaylib-1447526:<fileids>" // See https://www.cursemaven.com/ for right syntax
}
Now you can start using OverlayLib:
import net.lugo.overlaylib.Overlay
Overlay myOverlay = new Overlay(...);
myOverlay.register();
Project description from CurseForge.
Pick your setup
OverlayLib by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2
1 loader build26.1.2
1 loader build26.1.1
1 loader build26.1
1 loader build1.21.11
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
OverlayLib versions and loaders
OverlayLib 0.11.0+26.2
overlaylib-0.11.0+26.2.jar
7 Aug 2026
OverlayLib 0.10.0+26.2
overlaylib-0.10.0+26.2.jar
4 Aug 2026
overlaylib-0.9.2+26.2.jar
29 Jun 2026
Looking for an older file? The official CurseForge project page is in Resources.