Glowful World
This project has been archived!
The world of Minecraft can sometimes feel too monotonous, don't you think? This modification solves this problem by adding bright glowing effects to almost all creatures in the game. Each creature gets a unique glow color, similar to the effect from spectral arrows.
New Potion
The mod introduces a new glowing potion that is crafted from glow berries using the standard recipe. All potion variants are available: regular, splash, and extended using redstone.
(For this feature to work, the mod must be installed on the client as well)
Configuration
In the configuration files in the config/glowful_world folder, you can disable various features, including the glowing potion and the ability of shulkers to apply the glowing effect.
The glowful_world_entities_color.json file allows you to customize glow colors for creatures. To change the color of a creature already present in the configuration, find it and modify the hexadecimal value.
For example, to change the cat's color to "ff00ff":
Original line: {"minecraft:cat":"#9ef3e7"} → New line: {"minecraft:cat":"ff00ff"}
IMPORTANT: DO NOT PLACE MORE THAN ONE OBJECT ON ONE LINE! ONLY ONE OBJECT PER LINE IS SUPPORTED.
To add a new creature to the list, simply create a new line with an object in the format:
{"minecraft:creature_name":"#color"}
IMPORTANT: DO NOT PLACE MORE THAN ONE OBJECT ON ONE LINE! ONLY ONE OBJECT PER LINE IS SUPPORTED.
To update the configuration in-game, use the command /updategwconfigs
Examples
Here are several images demonstrating the mod's capabilities:

Installation
Simply place the mod file in the mods/ folder along with ColoredGlowLib and Fabric API.
This is a simple modification created as an example of using the ColoredGlowLib library.