Mineuniverse
Log in Register
Mods

OverlayLib

Library for rendering live info-overlays
by lugosieben
Download Claim this project
9,999 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library

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();
overlaylib-0.9.2+26.2.jar
MC Client, Fabric, 26.2
Release 2026-06-29 Get

More from lugosieben

Light Overlay
21,040

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314