HomeJavaModsGleam
Gleam
ModsJava

Gleam

by ThatJadenXgamer · on Modrinth

Gleam is a powerful and very customizable colored lights mod that can render many lights at very high distances with an incredible amount of optimization…

⬇ Download on Modrinth
Gleam — screenshot 1Gleam — screenshot 2Gleam — screenshot 3Gleam — screenshot 4Gleam — screenshot 5Gleam — screenshot 6Gleam — screenshot 7Gleam — screenshot 8

Gleam Logo

Twitter / X Discord

About

Gleam is an extremely powerful and very customizable colored lights mod that can render tens of thousands of colored lights at very high render distances with very little impact on FPS; it is by far the most capable colored lights mod to ever exist, intended for both casual players and mod developers looking to spice up the game's lighting engine.

Gleam is also fully compatible with Sodium!

Screenshot

linebreak

Features

Gleam provides a variety of features such as:

linebreak

Optimized

As briefly mentioned earlier, Gleam is quite heavily optimized to ensure it can run as smoothly as possible and be able to handle tens of thousands of lights with very little impact on performance, it does this through a variety of tricks like Smart Light gathering, Chunk-Based GPU Buffering, LODs, Efficent usage of Resources and so on.

Performance Example

Above is a screenshot taken while loading THOUSANDS of colored lights in a 192 blocks tall Nether Crimson Forest with Sodium and the game still runs at around a stable 60 FPS! results may vary from PC-to-PC but you can expect Gleam to run fairly smoothly assuming you have a modern computer with a decently good GPU and CPU.

linebreak

Mod Support

Gleam is made with mod compatibility in-mind with an ever expanding list of mods it supports! We have a contribution-driven basis for how we'll be adding compatibility; because of the easy to understand Resource Pack system. absolutely anyone can give any block a colored light and free to send over the JSONs to be added in future releases of Gleam.

If you are interested in contributing colored lights for modded blocks, you can Pull-Request to the Gleam Github Repository or manually send over the JSONs in our discord server.

Below are the current list of Mods supported by Gleam:

Currently Supported Mods
Mod Mod Version Status Contributors
Jaden's Nether Expansion 2.4.1 Complete ✅ ThatJadenXgamer (ThatMaidenJaden)

And a short Tutorial on how to add more colored lights with Resource Packs:

How to add Custom Colored Lights

In order to add more colored lights you need to make a JSON file within the following directory: assets/<namespace>/gleam/light_providers/ the namespace can be anything of your choice; though I recommend using either minecraft or the namespace of whatever mod you intend on adding compat to.

Overview

Here is the is the skeleton of a Gleam Light Provider JSON.

{
  "emitters": [
    "modid:example_block", // You can provide a singleton or a list of blocks the light provider applies itself to.
    "modid:example_lamp[lit=true,facing=north]" // Supports blockstates using minecraft command syntax; it also allows multiple conditions.
  ],
  "light_properties": {
    "encoding": "hex", // you can specify the light for a block as either an "rgb" 0-1, "hsl" 0-255 or "hex" #RRGGBB.
    "hex": "#FF0000", // the light color.
    "radius": 8.0, // defines the radius that our colored light spreads out to.
    "intensity": 1.0 // multiplier that defines the strength of the light, letting you brighten or dim its intensity.
  }
}

Encodings

		// The following only get parsed if encoding is set to "rgb"
		"encoding": "rgb",
		"red": 0.2,
		"green": 0.6,
		"blue": 1.0,
		// the following only gets parsed if encoding is set to "hsl"
   		"encoding": "hsl",
		"hue": 149,
		"saturation": 255,
		"lightness": 153,
		// the following only gets parsed if encoding is set to "hex"
   		"encoding": "hex",
		"hex": "#FF0000",

UV Blacklights

In order to make a light source emit a UV Blacklight, you must set its color to pure black like so:

RGB - red=0, green=0, blue=0

HSL - hue=0, saturation=0, lightness=0

HEX - #000000

Blacklights only appear when the block is not exposed to any skylight and it is sufficently dark.

linebreak

Roadmap

Gleam currently only supports Colored Lights but we do plan on implementing more features as time goes on, such as:

linebreak

Credits

Shimmer - A small chunk of Gleam's colored lights code was derived from Shimmer's as a starting-off point, which I've since iterated on and changed quite drastically to fit my own needs for the project; though it is still important to remember that without Shimmer there would likely be no Gleam. And that is why I'd like to thank Shimmer and its Developers for their hard work!

linebreak

FaQ

Q: Is Gleam a client-side mod?

A: Yes! don't need it on the server for it to work.

Q: When will you update to [X] minecraft version?

A: Gleam will be staying on 1.20.1 and 1.21.1 for the foreseeable future; there are no plans to move to 26.1+ and no explicit permission will be granted to port Gleam to any newer versions on my behalf.

Q: Backports?

A: I may backport Gleam to 1.20.1 sometime in the future, but for now I just intend on supporting 1.21.1; as for any other versions, I don't intend on backporting any further.

Q: Fabric Port?

A: Maybe.

Q: Is this mod AI-generated?

A: As stated earlier, NO. Everything in Gleam is FULLY HUMAN-MADE. Absolutely no generative AI content was used to make Gleam.

Q: Does Gleam use Veil to add colored lights?

A: No, gleam does its own thing to implement colored lights, but is also fully compatible and works with Veil assuming it's present!

Gleam Logo...?

Gleam © 2026 by ThatJadenXgamer (ThatMaidenJaden) is licensed under CC BY-NC-ND 4.0

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Gleam is a free Minecraft Java mod. Compatible with Minecraft 1.21.1. Available via Modrinth. Download it and open it directly in the game.

Explore more