ColoredGlowLib

ColoredGlowLib

Makes entities glow any RGB color, not just vanilla colors! Also supports custom color animations with datapacks!

by
28.6K Downloads
fabricforgequiltdecorationlibrary
Rent Server with this Mod

Screenshots

ColoredGlow Lib!
ColoredGlowLib Banner
Glow shaders
Glow through block

About this Mod

cgl_2k

This library mod enables you to make entities glow different colors other than plain white or Minecraft vanilla's Team colors. You can also add custom color animation, a set of colors that will change overtime, like a rainbow!

HEADER

For normal users, you can use the commands to set custom colors, and datapacks to add custom animation, while developers can use the API and the javadoc as guide. There is also a wiki.

coloredglowlib-with-player

nodecraft

Commands

Every command begins with /cgl , short for ColoredGlowLib. You can also use /coloredglowlib.

You can specify a color to use for an entity/entitytype using the following command:

/cgl setglowcolor <entity/type/default> <color>

The entity/type/defaylt parameter is what you want to target, so @p, Emafire003, the uuid of the entity in front of you etc or it's type such as minecraft:sheep. default means that all entites that don't have a specific color will glow the default color.

The color parameter is a hexadecimal color code (like #ff85ab, #750711, #abc, #123, #a7e ecc, search "color picker" online to get them) without the # since minecraft interprets it as a beginning of a tag (which is not what it should be doing in this case). In alternative you can provide the word rainbow that will make the entity glow, you guessed it, rainbow. You can also use random to make an entity glow a different random color every half a second, or another string that represents a custom animation added via datapack!

There also are some settings you can tweak. For example if you want to override the default team colors (the ones minecraft assigns) with the command:

/cgl settings set overrideTeamColors <true/false>

You can also get the current value of the setting, like so:

/cgl settings get overrideTeamColors

To remove a color you can use:

/cgl clear <entity/type/default> [useDefault]

useDefault is an optional true/false parameter. If set to true, the default color will be used instead of setting the color for entities to white.

More of this in the wiki!

Custom color animations

You can add custom animations via a datapack, you can find an example of one here. After you created the datapack, you can use it as a color, corresponding to the name parameter you have set inside the datapack.

For example you can use:
/cgl setglowcolor @p marine

More info in the wiki.

Setup

For normal users:

Just drag and drop this mod into your mod folder and enjoy! (Make sure you are downloading the correct file for the correct loader tho!)

For developers:

Add this library into your build.gradle as a dependency

repositories {
    maven {
        name = "Modrinth"
        url = "https://api.modrinth.com/maven"
        content {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    modImplementation "maven.modrinth:coloredglowlib:<version>"
}

NOTE there currently is a f***ing annoying bug that I can't seem to fix, requiring you to add CardinalComponentsAPI to your project as well, and you can do that by adding these as dependencies:

repositories {
    maven {
        name = "Ladysnake Mods"
        url = 'https://maven.ladysnake.org/releases'
    }
}

dependencies {
    modImplementation("dev.onyxstudios.cardinal-components-api:cardinal-components-base:5.4.0")
	modImplementation("dev.onyxstudios.cardinal-components-api:cardinal-components-entity:5.4.0")
	modImplementation("dev.onyxstudios.cardinal-components-api:cardinal-components-scoreboard:5.4.0")
}

You can find the correct version in the versions page on Modrinth.
If you want the forge version, add a +forge to the number version. (NOTE: Not currently availbale for 3.0.0)

If you already need CardinalComponetsAPI modules in your mod, consider downloading the version of the mod that doesn't already include them, by adding a +nocca in the version format.
The modules needed are: base, entity, scoreboard.

You can find more information on the wiki!

You can find examples of this lib being used in my FoxGlow and LightWithin mod.

luma-shaders-coloredglowlib

License

This mod is available under the GNU LGPL3 License.

Support me

If you would like to offer me a coffee, here you go.

ko-fi

For modpack devs: You are permitted to use this mod without directly asking, but please credit me somewhere, it would help! (Also, I'm kind of a curious person so maybe send me a message when you include it into your modpack, and I'd like to check it out)

My other projects:

  • LightWithin: a mod adding player-unique magicalish fancy powers that activate when the player is in danger!
  • FoxGlow: a mod that makes foxes and player glow whenever you eat the Glow Berry, or other glowy foods!
  • BeamPass: makes the beacom beam pass through selectable blocks, even if they are solid!
  • StructurePlacerAPI: an API that allows developers to easly place NBT structures in the world, and to restore it afterwards!
  • Seedlight Riftways: An experimental mod to travel seamlessly from worlds to servers and viceversa though portals!
  • And others! Check them out over my profile page!

Available Versions

ColoredGlowLib 3.2.1+1.21.11release
MC 1.21.11fabric, quilt
April 19, 2026
ColoredGlowLib 3.2.1+1.21.11release
MC 1.21.11fabric, quilt
April 19, 2026
ColoredGlowLib 3.2.1+1.21.5 noccarelease
MC 1.21.4, 1.21.5fabric, quilt
June 11, 2025
ColoredGlowLib 3.2.1+1.21.5release
MC 1.21.4, 1.21.5fabric, quilt
June 11, 2025
ColoredGlowLib 3.2.1+1.21.4release
MC 1.21.4fabric, quilt
March 23, 2025

How to Install ColoredGlowLib on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.11).

3

Install Mod

Open the mod browser in the dashboard and search for "ColoredGlowLib". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricforgequilt

Minecraft Versions

1.21.11, 1.21.5, 1.21.4 (+31 more)

Server-side

~ Optional

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

ColoredGlowLib server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.

Is ColoredGlowLib compatible with fabric and forge and quilt?

ColoredGlowLib officially supports fabric, forge, quilt for Minecraft 1.21.11, 1.21.5, 1.21.4. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with ColoredGlowLib – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if ColoredGlowLib consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install ColoredGlowLib with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
GNU Lesser General Public License v3.0 only
Server-side
Optional

Supported Versions

1.21.111.21.51.21.41.21.31.21.21.21.11.211.20.61.20.51.20.4+24 more