Shimmer
A mod add bloom effect and colored light both json configuration and modding api
Shimmer
Shimmer
<blockquote style="text-align: center;"> Shimmer is a mod concentrated on rendering effects<br> fantasy bloom and colored light<br> both configurable json and java api support<br> customize what you like </blockquote>
for communication, issue feedback
<h3 align="center"> <a href="https://modrinth.com/mod/shimmer!" target="_blank">Modrinth Homepage</a> | <a href="https://www.curseforge.com/minecraft/mc-mods/shimmer/" target="_blank">CurseForge Homepage</a> </h3>
Bloom



for compability with MadParticle

ColoredLight


for compability with Lighting Wand

video here
Configuration
shimmer also have a powerful configure system, both for no-code and java API, see wiki for detailed information What's more, we also have powerful gui for quick configuration
Auxiliary Screen

Eyedropper

For Modder
In order to import shimmer into your development enviroment
```gradle 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 user, you can also just import shimmer's common jar in you common module modImplementation "com.lowdragmc.shimmer:Shimmer-common:${minecraft_version}:${shimmer_version}" ```
After All
great thanks resourcepack made by WenXin2'S