Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated 4 days ago
All versions
3.1.1+26.2
Release
Shine 3.1.1+26.24 days ago 11.1K
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Shine 3.1.1+26.2
Added
- Added the new Sun 02 texture option.
- Made Sun 02 the default sun texture in the built-in Shine preset.
Fixed
- Fixed rim light not working correctly with the OpenGL renderer.
- Fixed interactive flowers appearing emissive at night.
- Improved Voxy compatibility on OpenGL.
Changed
- Adjusted interactive flower textures and variety distribution.
Requires Sodium.

Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:uQgWIE6A:RqeUTVgc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uQgWIE6A:RqeUTVgc"
}


