Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 months ago
All versions
3.4.0
Release
SSPB 3.4.0 for Sodium 0.4.3 to 0.5.11 / MC 1.19 to 1.21.12 years ago 197.1K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
1.19.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
New:
- "Shadowyness" slider now works on blocks with modded rendering (such as blocks with connected textures).
- This only applies if "ambient-occlusion-mode" is set to "auto" or "enhanced" in ".minecraft/config/indium-renderer.properties", but "auto" is the default value, so if you didn't touch that file, you should be fine.
- "Use vanilla lighting for path blocks" option can now be toggled when path blocks are using modded rendering.
- Some optimizations (with help from rhysdh540)
- Added Traditional Chinese (zh_tw) localization (by yichifauzi and notlin4).
- Update Mod Menu entry.
- Now explicitly incompatible with Sodium 0.6.0 versions.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:EIa1eiMm:WYf1O6E6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EIa1eiMm:WYf1O6E6"
}

