Mineuniverse
Log in Register
Mods

ColoredGlowLib

Make entities glow any color, with custom animations and rainbow too! Not just the vanilla colors! Available with API and commands!
by Emafire003
Download Claim this project
242,464 downloads
0 likes
Updated Jun 30, 2026
0 hypes

ColoredGlow Lib

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!

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

bisecthosting

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!
ColoredGlowLib 3.2.1+fabric_1.21.5
MC 1.21.5, Fabric, 1.21.4, Quilt
Release 2025-06-12 Get
ColoredGlowLib 3.2.1 fabric_1.21.4
MC Fabric, 1.21.4, Quilt
Release 2025-03-23 Get
ColoredGlowLib 3.2.1 fabric_1.19.2
MC Fabric, 1.19.2, Quilt
Release 2024-07-19 Get
ColoredGlowLib 3.2.1 fabric_1.20.1
MC Fabric, 1.20.1, 1.20, Quilt
Release 2024-07-19 Get
ColoredGlowLib 3.2.1+fabric_1.21
MC 1.21, Fabric, 1.21.1, Quilt
Release 2024-07-19 Get
ColoredGlowLib 3.2.0+fabric_1.20.1
MC Fabric, 1.20.1, 1.20, Quilt
Release 2024-07-16 Get
ColoredGlowLib 3.2.0+fabric_1.19.2
MC Fabric, 1.19.2, Quilt
Release 2024-07-16 Get
ColoredGlowLib 3.2.0+fabric_1.21
MC 1.21, Fabric, Quilt
Release 2024-07-15 Get
ColoredGlowLib 3.1.1+fabric_1.21
MC 1.21, Fabric
Release 2024-06-15 Get
ColoredGlowLib-3.1.1 + fabric 1.20.5/.6
MC 1.20.5, Fabric, 1.20.6
Release 2024-05-28 Get

More from Emafire003

Glowful World
943
LightWithin
8,927
FoxGlow
83,172
CustomBrewRecipes
650
SeedLight Riftways
552
OhMyMeteors
377,195

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