ColoredGlowLib

⭐ — (68 endorsements) 📥 37,845 downloads 📌 v3.2.1+26.1 📅 2/21/2022
🟡 Updated this year

By Emafire003 · decoration

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/20/2026 📅 Created: 2/21/2022
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.2% endorsement rate
  • 🏆 #327 of 354 decoration mods in this game by downloads

📋 About This Mod

!(https://github.com/Emafire003/ColoredGlowLib/assets/29462910/3d70385d-4e4d-49e9-bb87-10b82902ff05) # 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!

!(https://github.com/Emafire003/ColoredGlowLib/assets/29462910/9346b836-2cd7-47a0-8364-e09bd66e3c37)

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.

!(https://user-images.githubusercontent.com/29462910/157507551-dfc4ee7e-66fb-4dae-9578-e17ca64e3b44.png)

[!(https://github.com/user-attachments/assets/66b45404-d8c6-497b-8cc8-ac08adfae0de)](https://nodecraft.com/r/emalightdev)

#### 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 `

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 `

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 `

`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!

[!(https://github.com/Emafire003/ColoredGlowLib/assets/29462910/973c0c1a-062c-4c4a-aa04-f02e184fd5d7)](https://www.bisecthosting.com/LightDev)

## 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 ```gradle repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" content { includeGroup "maven.modrinth" } } }

dependencies { modImplementation "maven.modrinth:coloredglowlib:" } ```

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: ```gradle 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 (https://modrinth.com/mod/coloredglowlib/versions) on (https://modrinth.com/mod/coloredglowlib). 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 (https://github.com/Emafire003/ColoredGlowLib/wiki)!

You can find examples of this lib being used in my (https://github.com/Emafire003/FoxGlow) and (https://modrinth.com/mod/LightWithin) mod.

!(https://user-images

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Emafire003
Version
3.2.1+26.1
Downloads
37,845
Endorsements
68
Category
decoration
Created
2/21/2022
Updated
7/20/2026
Game Versions
26.1, 26.1.1, 26.1.2, 26.2
Tags
decoration, library

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does ColoredGlowLib support?

The author lists 26.1, 26.1.1, 26.1.2, 26.2. Other versions may work but are untested by the author.

What is the latest version of ColoredGlowLib?

Version 3.2.1+26.1, published 2026-07-20 with 37,845 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More decoration 👤 More by Emafire003 🔎 Similar Mods 🌐 Best decoration (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods