Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
ColoredGlowLib

ColoredGlowLib

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

18.2k
53
Decoration
Library
AboutGalleryChangelogVersions

ColoredGlowLib 3.1.0+fabric_1.20.6

by Emafire003 on May 27, 2024
Download
  • Updated to 1.20.6
  • Fixed some internal issues
  • Slightly improved javadoc

ColoredGlowLib 3.0.1+fabric_1.19.2

by Emafire003 on May 17, 2024
Download

Added compat with 1.19.2

ColoredGlowLib 3.0.1+fabric_1.20.1+nocca

by Emafire003 on Feb 25, 2024
Download

Same as 1.20.4, but compatible with 1.20.1 and without CCA included in the jar file

ColoredGlowLib 3.0.1+fabric_1.20.1

by Emafire003 on Feb 25, 2024
Download
  • Same as 1.20.4, but compatible with 1.20.1

ColoredGlowLib 3.0.1+fabric_1.20.4

by Emafire003 on Feb 24, 2024
Download
  • Added javadocs and sources

ColoredGlowLib 3.0.1+fabric_1.20.4+nocca

by Emafire003 on Feb 24, 2024
Download
  • Fixed a problem with methods not being recognized correctly in 1.20.4 mixins
  • Also added javadocs and soruces

ColoredGlowLib 3.0.0+fabric_1.20.4

by Emafire003 on Feb 20, 2024
Download

Overhauled the API, meaning there are breaking changes!

  • Now the color are saved using NBT through the use of CCA

  • The API is now much cleaner and clearer, with better javadocs as well

  • Added a way to add Custom Color animations as well, so you can make your cows glow black and white! You will need to use datapacks, check how on the wiki!

  • Added the "random" color glow, which changes to a random color every 7 ticks, so almost half a second.

  • Added /cgl clear command, to remove the custom glow color from entities & default & such

  • Moved the /cgl config to /cgl settings

  • Added permissions for the commands

  • Fixed the mod icon not showing correctly

  • Third time uploading this same release, because of weird random errors when used as an API! Yay...

ColoredGlow Lib 3.0.0 [FABRIC] 1.20 (nocca)

by Emafire003 on Feb 18, 2024
Download

Same as 3.0.0, but doesn't have Cardinal Components API embedded, so you will have to include it in your mod yourself or downlaod it separetly.

ColoredGlow Lib 2.2.4 [FABRIC 1.20.2]

by Emafire003 on Dec 9, 2023
Download

Version compatible with 1.20.2 (only)

ColoredGlow Lib 2.2.4 [FABRIC]

by Emafire003 on Dec 8, 2023
Download
  • Updated to 1.20.4

ColoredGlow Lib 2.2.3 [FABRIC]

by Emafire003 on Sep 13, 2023
Download

Fixed excessive config saving and log spam

ColoredGlow Lib 2.2.2 [FABRIC]

by Emafire003 on Sep 10, 2023
Download
  • Fixed crashing on the next game load when setting a custom color for an entitytype

ColoredGlow Lib 2.2.1 [FABRIC]

by Emafire003 on Sep 6, 2023
Download
  • Removed comaptibility with 1.20.2 snapshots since it messed things up
  • Fixed a random crash on world load

ColoredGlow Lib 2.2.0 [FABRIC]

by Emafire003 on Sep 6, 2023
Download
  • Updated to pre-1.20.2
  • Fixed /cgl setglowclor <entitytype> <color> not working correctly
  • Fixed config not saving correctly

ColoredGlow Lib 2.1.1 [FABRIC]

by Emafire003 on Sep 4, 2023
Download
  • Fixed config not generating correctly

ColoredGlow Lib 2.1.0 [FABRIC]

by Emafire003 on Aug 28, 2023
Download

Updated to 1.20! Also, the config & data saving have had an update, they will now work better! (But sadly, you will have to re-do most of your entity coloring).

About the forge version:

  • You will have to wait, and I may not even do it, sorry, don't really have much time as of now!

ColoredGlowLib 2.0.2 [FORGE]

by Emafire003 on Oct 14, 2022
Download

Now the mod actually works yay! Sorry, it was caused by a mixin error that did not show up in the dev-env, so it took a while before noticing! Sorry!

ColoredGlowLib 2.0.1 [FORGE]

by Emafire003 on Oct 12, 2022
Download
  • Fixed default color not being saved properly
  • Now using /cgl setglowcolor default <color> it's possible to set the default color in-game
  • Added an icon

ColoredGlowLib 2.0.1 [FABRIC]

by Emafire003 on Oct 12, 2022
Download
  • Fixed default color not being saved properly
  • Now using /cgl setglowcolor default <color> it's possible to set the default color in-game
  • Updated the icon

ColoredGlowLib 2.0.0 [FORGE]

by Emafire003 on Oct 10, 2022
Download

This version brings many changes! Well, technicly it's the first Forge version so either everything changed or nothing at all! I'd suggest reading the other changelogs as well!

Even more first of all: Now it is compatible with Forge!

  • First of all, now to use the ColoredGlowLib class you will need to get an instance of it. You can do this using ColoredGlowLib my_cgl = ColoredGlowLibMod.getLib(); and from there call the methods you are used to. Example: my_cgl.setColor(new Color(22, 33, 67));
  • Now the variables get saved to the file less often (previously, every time it would send packets to the client it would also save them to the disk, not great for performance). Now, it only saves to file while using a command, or when the server stops.
  • Added an optimizer: when updating data it will remove every Entity/EntityType with the color "#ffffff", which is the default white one, so no need to keep it around.
  • Removed the overrideTeamColors gamerule, it didn't work.
  • Reworked compleatly the commands instead! Now they all begin with either /cgl o /coloredglowlib. The /setglowcolor command is now /cgl setglowcolor Added a /cgl config command, which will allow you to modify some settings, like the overrideTeamColors, generalizeRainbow ecc...
  • Added a proper config file, and MOVED the coloredglowlib_data.json inside the /config/coloredglowlib/ folder, along with the coloredglowlib_config.yml file. This file contains the same settings of the command.
1
2
3
4

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@fafd47f

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.