Tags
Creators
Details
All versions
1.0.32
Release
sodiumfpscapfix 1.0.322 days ago 150
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
- Fixed clicks, Tab focus, Enter, and Escape handling in every Sodium FPS textbox so Apply, Done, and back navigation keep working.
- Fixed clicks into the FPS textbox leaving Sodium's search field active and sending number input to both boxes.
- Fixed valid FPS values being treated as unsaved again immediately after applying, which could leave the settings screen stuck.
- Fixed Minecraft 26.x rounding typed FPS values down to the nearest 10 when applying or saving settings.
- Fixed NeoForge 1.21.1 failing during startup when Sodium's FPS option was initialized.
- Fixed NeoForge 1.21.1 rounding typed FPS limits down to the nearest multiple of ten.
- Added a labeled, aligned FPS textbox to the vanilla video settings screen when Sodium is not installed.
- Stopped optional Sodium integrations from logging missing-class warnings when the game is running without Sodium.
- Kept NeoForge's optional Sodium detection working across both the older and current FML loader APIs.
- Updated compatibility checks to the current stable Sodium releases for every supported Minecraft version.
- Updated Reese's Sodium Options compatibility on Fabric 1.21.11 to 2.2.3.
- Included the Unlicense text in every published jar.
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:xgdFs8ct:SSqRgq3m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xgdFs8ct:SSqRgq3m"
}

