Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Glowful world

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...

crafting (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:

{"minecraft:something":"#color"}
{"minecraft:cat":"#9ef3e7"}
{"minecraft:something":"#color"}

New:

{"minecraft:something":"#color"}
{"minecraft:cat":"ff00ff"}
{"minecraft:something":"#color"}

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 {Glowing:1} 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

bisecthosting

Some images

Here, have some images to show you better (skip to the Installation and Coming Features):

sauna a1 and pillage a1 bird a1 bunny a1 cows a1 drowned a1 endermintes a1 forest a1 goat2 a1 goats a1 mansion a1 mobs a1 mobs2 a1 river a1 snow a1 straymbie a1 the end a1 village a1 wolf stary a1

Installation

Just drop it inside your mods/ folder along with ColoredGlowLib and Fabric API

Anyway, this is a simple mod, made to provide an example of the ColoredGlowLib library.

Coming features

  • Shulkers that make you glow? I dunno it makes sense in my head ¯_(ツ)_/¯
  • Suggestions acceppted!

External resources



Project members

Emafire003

Owner


Technical information

License
LGPL-3.0-only
Client side
unsupported
Server side
required
Project ID