Skip to content

A mod that integrates my passion for rendering

License

Notifications You must be signed in to change notification settings

artemisSystem/Shimmer

 
 

Repository files navigation

Shimmer

A mod that integrates my passion for rendering

Join our discord for communication, issue feedback
our curseforge

Bloom

image
image
image

for compability with MadParticle
Jnm1LVVLyq17t0us

ColoredLight

image
image for compability with Lighting Wand
image
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

gif

Eyedropper

gif

For Modder

In order to import shimmer into your development enviroment

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

About

A mod that integrates my passion for rendering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.1%
  • GLSL 6.5%
  • Kotlin 3.4%