Shimmer
Shimmer is a mod focused on rendering visual effects
fantasy bloom and colored lighting
support for JSON configuration and Java API
customize what you prefer
Bloom Effect



Compatibility with MadParticle

Colored Lighting


Compatibility with Lighting Wand

Video here
Configuration
Shimmer features a powerful configuration system accessible through both graphical interface and Java API. Detailed information can be found in the wiki.
Auxiliary Screen

Eyedropper

For Developers
To import Shimmer into your development environment:
repositories{ // add our maven first
maven {
url "https://maven.firstdarkdev.xyz/snapshots"
}
}
// Forge
implementation fg.deobf("com.lowdragmc.shimmer:Shimmer-forge:${minecraft_version}:${shimmer_version}")
// Fabric
modImplementation "com.lowdragmc.shimmer:Shimmer-fabric:${minecraft_version}:${shimmer_version}"
// for architectury users, you can also just import Shimmer's common jar in your common module
modImplementation "com.lowdragmc.shimmer:Shimmer-common:${minecraft_version}:${shimmer_version}"
Acknowledgments
Special thanks to the resource pack by WenXin2'S