Back to mods
OverlayLib project artwork

CurseForge · Minecraft mod

OverlayLib

Library for rendering live info-overlays

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

Quick answer

Which OverlayLib release matches 26.2?

Updated today
Best match for your filters OverlayLib 0.11.0+26.2
Game version 26.2
Loader Fabric

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.

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

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.

All 1 required mods have matching files

Install Fabric API first. We found matching files for this game-version and loader setup.

Fabric API Needed by OverlayLib 0.11.0+26.2
required
Matching file found Matched file: [26.2] Fabric API 0.156.0+26.2

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.

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

  2. 02

    Bring the mods it needs

    Install Fabric API first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

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

5 available setups

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

Recent files

OverlayLib versions and loaders

3 of 8 releases match
Clear filters

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