Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 3 weeks ago
All versions
mc1.21.1-0.9.2+neoforge
Release
[NeoForge] Sodium Extra 0.9.2 for Minecraft 1.21.13 weeks ago 994
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
Changelog
Added
- Added an experimental Panini Projection option with configurable strength.
- Reprojects world rendering while leaving the held item and hand unchanged.
- Automatically skips the effect while scoping, using an Iris shader pack, preventing vanilla shaders, or rendering incompatible camera states.
- Added Greenlight-backed multiplayer authorization for Protected Gameplay Fog.
- Covers blindness, darkness, lava, powder snow, and water fog.
- Servers can authorize each fog type independently, set its maximum distance, and decide whether players may turn it off.
- Authorization is delivered through a server resource pack; no server-side mod is required.
- Players still choose their own fog settings and need Greenlight installed on multiplayer. Missing or invalid authorization leaves protected fog at vanilla behavior.
- Private singleplayer and LAN worlds with cheats enabled continue to allow local protected fog settings without a server policy.
- See Protected Gameplay Fog, Server Policies, and the example policy pack.
Changed
- Expanded atmospheric fog controls.
- Per-dimension settings can now override fog start, fog shape, and cloud fog in addition to terrain fog distance.
- Replaced the Cloud Fog toggle with a percentage control for the cloud fade distance.
- Sky fog now follows custom terrain fog so the horizon blends without a visible seam.
- New per-dimension overrides inherit the current global atmospheric settings when first edited.
- Made the custom Cylindrical fog shape substantially taller and updated Sodium's chunk culling to match its visible area.
- Hardened particle filtering.
- Uses constant-time option lookups without mutating or bloating the config during particle creation.
- Leaves unidentified particle types enabled.
- No longer cancels particle packets in the network handler.
- Removed the old beacon beam rendering optimization.
Fixed
- Fixed opening the video settings screen creating and saving untouched per-dimension fog overrides.
Full Changelog: https://github.com/FlashyReese/sodium-extra/compare/mc1.21.1-0.9.1...mc1.21.1-0.9.2
Optional dependencies
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:PtjYWJkn:HoKKIY7I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PtjYWJkn:HoKKIY7I"
}




