Shimmer
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.3% endorsement rate
- 🏆 #188 of 335 decoration mods in this game by downloads
📋 About This Mod
# Shimmer !(https://github.com/Low-Drag-MC/Shimmer/assets/26162862/ecc3a347-2e41-4ba2-a426-d5b36eab503c) <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> Join our (https://shields.io/badge/Discord-Join%20Us-blue?logo=Discord&style=flat)](https://discord.gg/CQywkfwPrC) (https://shields.io/badge/QQ-755790169-red?logo=tencentqq&style=flat)](https://discord.gg/CQywkfwPrC) 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 !(https://user-images.githubusercontent.com/26162862/201468458-021dedc4-d883-44d2-961a-d2f38110fae4.png) !(https://user-images.githubusercontent.com/26162862/201468409-8c2a50f3-f2a9-435a-b6d5-bed59a69a1c3.png) !(https://user-images.githubusercontent.com/26162862/201468589-eea3553d-1424-4b58-9ac5-083660187677.png) for compability with (https://github.com/USS-Shenzhou/MadParticle) !(https://user-images.githubusercontent.com/26162862/201468947-60a1d80f-b9f4-4d4f-a130-ac94fbb3efad.gif) ## ColoredLight !(https://user-images.githubusercontent.com/18493855/170466919-65ca5b39-7397-45f9-99ed-c9a8d72cec70.png) !(https://user-images.githubusercontent.com/26162862/201469162-5daeff42-8450-4cc7-a3f8-6e4ed0e7ceb2.png) for compability with (https://www.curseforge.com/minecraft/mc-mods/lighting-wand) !(https://user-images.githubusercontent.com/26162862/201469108-4d48a6ea-422b-4218-8463-3e89484f7901.png) video (https://www.youtube.com/watch?v=-OXVb8edD7o&ab_channel=Snownee) ## 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 !(https://user-images.githubusercontent.com/26162862/195899429-75fb0db4-a919-4a4b-bb0d-b7bb4c8b7222.gif) ### Eyedropper !(https://user-images.githubusercontent.com/26162862/199932496-056e548b-bfc6-4a46-bef3-d9843782d165.gif) ## 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 (https://www.curseforge.com/minecraft/texture-packs/blooming-blocks) made by WenXin2'S
!(https://github.com/Low-Drag-MC/Shimmer/assets/26162862/ecc3a347-2e41-4ba2-a426-d5b36eab503c)
Shimmer is a mod concentrated on rendering effectsfantasy bloom and colored light
both configurable json and java api support
customize what you like
Join our [!(https://shields.io/badge/Discord-Join%20Us-blue?logo=Discord&style=flat)](https://discord.gg/CQywkfwPrC) [!(https://shields.io/badge/QQ-755790169-red?logo=tencentqq&style=flat)](https://discord.gg/CQywkfwPrC) for communication, issue feedback
Modrinth Homepage | CurseForge Homepage
## Bloom !(https://user-images.githubusercontent.com/26162862/201468458-021dedc4-d883-44d2-961a-d2f38110fae4.png) !(https://user-images.githubusercontent.com/26162862/201468409-8c2a50f3-f2a9-435a-b6d5-bed59a69a1c3.png) !(https://user-images.githubusercontent.com/26162862/201468589-eea3553d-1424-4b58-9ac5-083660187677.png)
for compability with (https://github.com/USS-Shenzhou/MadParticle) !(https://user-images.githubusercontent.com/26162862/201468947-60a1d80f-b9f4-4d4f-a130-ac94fbb3efad.gif)
## ColoredLight !(https://user-images.githubusercontent.com/18493855/170466919-65ca5b39-7397-45f9-99ed-c9a8d72cec70.png) !(https://user-images.githubusercontent.com/26162862/201469162-5daeff42-8450-4cc7-a3f8-6e4ed0e7ceb2.png) for compability with (https://www.curseforge.com/minecraft/mc-mods/lighting-wand) !(https://user-images.githubusercontent.com/26162862/201469108-4d48a6ea-422b-4218-8463-3e89484f7901.png) video (https://www.youtube.com/watch?v=-OXVb8edD7o&ab_channel=Snownee)
## 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 !(https://user-images.githubusercontent.com/26162862/195899429-75fb0db4-a919-4a4b-bb0d-b7bb4c8b7222.gif)
### Eyedropper !(https://user-images.githubusercontent.com/26162862/199932496-056e548b-bfc6-4a46-bef3-d9843782d165.gif)
## 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 (https://www.curseforge.com/minecraft/texture-packs/blooming-blocks) made by WenXin2'S
📊 Mod Details
- Game
- Minecraft Mods
- Author
- zomb-676
- Version
- 1.20.1-0.3.0
- Downloads
- 150,717
- Endorsements
- 493
- Category
- decoration
- Created
- 6/9/2023
- Updated
- 8/24/2026
- Game Versions
- 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
- Tags
- decoration, library
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Shimmer support?
The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.
What is the latest version of Shimmer?
Version 1.20.1-0.3.0, published 2026-08-24 with 150,717 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await