

GlowfulWorld
Want to make the Minecraft world more colorful and vibrant? With this mod, almost all entities in the game get unique glow colors, similar to the effect from spectral arrows. Now your world will shine with new colors!
Magical Potion
The mod adds a new glowing potion that can be crafted in the standard way. The main ingredient is the glow berry. All standard potion variants are also available: splash (with gunpowder), extended duration (with redstone), and others.
(For this feature to work, the mod must be installed on the client as well)
Configuration Settings
Configuration files are located in the config/glowful_world
folder. In glowful_world_config.properties
, you can enable or disable various features, including the glowing potion and the glowing effect from shulkers.
The glowful_world_entities_color.json
file allows you to customize glow colors for various entities. To change the color of an existing entity (full list available via link), find it in the file and replace the hexadecimal value.
For example, to change the cat's color to "ff00ff":
{"minecraft:something":"#color"}
{"minecraft:cat":"#9ef3e7"}
{"minecraft:something":"#color"}
New version:
{"minecraft:something":"#color"}
{"minecraft:cat":"ff00ff"}
{"minecraft:something":"#color"}
IMPORTANT: DO NOT PLACE MORE THAN ONE OBJECT ON ONE LINE! ONLY ONE OBJECT PER LINE IS SUPPORTED.
To add a new entity to the list, for example "minecraft:chest_minecart"
(yes, minecarts can also glow when created with the {Glowing:1} tag), simply add a new line:
{"minecraft:something":"#color"}
{"minecraft:chest_minecart":"#9ef3e7"}
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
.
Image Gallery
Installation
Simply place the mod file in the mods/ folder along with ColoredGlowLib and Fabric API.
This mod was created as a demonstration of the ColoredGlowLib library's capabilities.
Planned Features
- Shulkers that make you glow? In my head it makes sense ¯(ツ)/¯
- Suggestions accepted!