Compatibility
Minecraft: Java Edition
1.21
1.20.x
1.19.x
1.18.x
1.17.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated 3 months ago
Changelog
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.
Files
Metadata
Release channel
ReleaseVersion number
2.0.0+forgeLoaders
Game versions
1.19–1.19.2Downloads
81Publication date
October 10, 2022 at 2:10 PMPublisher
Emafire003
Owner