Description
Glowful world
This project has been archived!
Well, the world these days is a bit black and white, isn't it? Why not make it glow a bit more?!
This mod helps you with that, it makes (almost) every entity have a unique color for the glowing effect, the one
from spectral arrows. (also, don't you have the feeling that shulkers should make you glow too for some reason?)
The potion
It also adds a new potion, the Glowing Potion. You can craft it like any other potion, the ingridient is the Glow Berry. It also has all of the other version of potions, and craftable in the same way, so to have the splash potion you use gunpowder, to have the longer one redstone ecc...
(If this feature is enabled the mod will need to be on the client too)
The config file
You can also set a few things in the config file, located in config/glowful_world
.
In the file glowful_world_config.properties
you can choose to enable or disable some features, like the Glowing Potion, and the shulkers setting you glowing.
Instead, in the glowful_world_entities_color.json
file, you can set/change the color of entities. If you want to change the color of an entity already present in the config, (look here for the list, updated to 9/04/2022), search for it and change the hex value associeted with it.
For example, let's say we want to change the color of the cat to "ff00ff". You would need to search in the file (suggestion: use ctrl+f and type the word "cat") and edit the line as it follows:
Orignial: {"minecraft:cat":"#9ef3e7"}
--> New: {"minecraft:cat":"ff00ff"}
WARNING: DO NOT PUT MORE THAT ONE THING ONE ONE LINE! ONLY ONE OBJECT PER LINE IS SUPPORTED.
If you would like to have a new entity added to the list, for example "minecraft:chest_minecart"
(yes apparently minecarts glow too if summond with the tag), you simply need to add a new line with a new object like the ones before it, so:
{"minecraft:something":"#color"}
{"minecraft:chest_minecart":"#9ef3e7"}
WARNING: DO NOT PUT MORE THAT ONE THING ONE ONE LINE! ONLY ONE OBJECT PER LINE IS SUPPORTED.
To update the configs in-game, simply use the command /updategwconfigs

Some images
Here, have some images to show you better:

Installation
Just drop it inside your mods/ folder along with ColoredGlowLib and Fabric API
Anyway, this is a simple mod, literally just has one class, made to provide an example of the ColoredGlowLib library.
Coming features
- Glowness potion (crafted from glowberries) (compatibility with other mods that may add the same thing)
- User configurable colors
- Shulkers that make you glow? I dunno it makes sense in my head ¯_(ツ)_/¯
Check out my other mods!
https://www.curseforge.com/members/emafire003/projects
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.