Description
Tinged lights is a 100% client side and resource packed colored lighting mod, which uses a lighting manager (or more accurately, currently multiple)
Builtin resources
Sample Resource Pack
Tinged Light's asset loader doesn't care about the modid nor the file name, it just cares that block lights are placed into a folder called "light_colors" and dynamic lights are in "dynamic_lights"
But Why?
So why use this instead of Shimmer or Colored Lights (fabric)? (beyond colored lights being for fabric instead of forge)
Both of them use the same compromise solution
Shimmer and Colored Lights both don't use a lighting engine for the colors, which leads to stuff like this:

If you haven't used shimmer, you might not know what's wrong here from a single glance, so
it should look like this:

So why is the lighting different between those images?
In the first image, there's a soul torch two blocks below the redstone torch; within proximity of the redstone torch, but shimmer has no way to detect that the color shouldn't be coming through
In the second image, there isn't
For shimmer's purpose, this is perfectly fine; colored lights aren't the entire purpose of shimmer
And Colored Lights is going for performance more than for visual quality, so it's also fine there
Tinged lights, due to it using lighting engines for the colors, can and will detect that the color shouldn't be coming through, so both would look like the bottom one
The drawbacks?
Due to tinged lights messing around with lighting engines and being 100% client side, it can cause quite a bit of lag when loading chunks
In vanilla, the lights are handled by the server and sent to the client
That’s not possible here, since the server doesn’t handle colored lights, and Tinged Lights doesn’t touch the server at all
However, due to how Tinged Lights is programmed, it’s compatible with Radon out of the box
But, I believe Radon actually makes the lag more noticeable, so I put in the effort to implement Starlight compatibility
Starlight gets rid of pretty much all of the lag that tinged lights creates
Also, to try to mitigate lights not spreading into neighboring chunks, there’s a 10 tick delay between a chunk loading, and the mod trying to light it, and even after that, Tinged Lights lights them over time, so it takes a bit for the lighting to show up
So, what does tinged lights look like by default?

(Glowstone has a blue color in this one)

What about bright?

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.