Skip to content
zomb_676 edited this page Nov 12, 2022 · 10 revisions

Welcome to the Shimmer wiki!

Shimmer is a lib mod for custom coloured lights and post-processing effects.

All the effect will be disabled when optifine is installed , on forge , you can use Rubidium

Maven

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}"
Clone this wiki locally