
Modrinth · Minecraft mod
OverlayLib
Library for rendering live info-overlays
Quick answer
Which OverlayLib release matches 26.2 Fabric?
OverlayLib 0.11.0+26.2 targets 26.2 with Fabric. It must be installed on the client. Do not install it on the dedicated server. All 1 required mods have matching files.
Where it goes
Is OverlayLib 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 OverlayLib 0.11.0+26.2 need?
0.11.0+26.2 on 26.2 Fabric. 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 Fabric. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 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
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 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.
Some features
- All rendering is done for you with custom shaders and pipelines
- Configurable yet simple computing of overlay information
- Caching of overlay data to prevent recomputation every frame
- Presets for OverlayRenderers and OverlayManagers so you don't have to! (You can code your own too though)
Documentation
There isn't proper documentation for this mod (yet). If you wan't to learn how to use it to create your own mod, you can send me a DM on Discord: @lugosieben
Implementing in your project
Add OverlayLib to your fabric dependencies:
{
"depends": {
"overlaylib": "VERSION" // Replace VERSION with a version selector
}
}
Add the modrinth maven to your repositories in build.gradle:
repositories {
maven { url "https://api.modrinth.com/maven" }
}
Add OverlayLib to your gradle dependencies:
dependencies {
modApi "maven.modrinth:overlaylib:VERSION" // Replace VERSION with a version number
}
Now you can start using OverlayLib:
import net.lugo.overlaylib.Overlay
Overlay myOverlay = new Overlay(...);
myOverlay.register();
Project description from Modrinth.
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
0.11.0+26.2
overlaylib-0.11.0+26.2.jar
7 Aug 2026
0.10.0+26.2
overlaylib-0.10.0+26.2.jar
4 Aug 2026
0.9.2+26.2
overlaylib-0.9.2+26.2.jar
25 Jun 2026
0.9.1+26.2
overlaylib-0.9.1+26.2.jar
17 Jun 2026
Looking for an older file? The official Modrinth project page is in Resources.