Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 3 weeks ago
All versions
mc26.2-2.2.1+fabric
Release
[Fabric] Reese's Sodium Options 2.2.1 - Minecraft 26.2last month 20.2K
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's Changed
Added
- Added configurable search result filtering for non-matching options and tabs.
- Added themed headers and labels option.
- Added additional UI customization toggles for tooltip borders, reduced motion, disabled option visibility, focus borders, and controller guides.
- Added localized controller guide labels.
Fixed
- Fixed tab rendering and persistence issues.
- Fixed text field input handling.
- Fixed tab header icon spacing.
- Tightened option search matching to reduce weak search results.
Changed
- Updated Sodium support to
0.9.1-beta.3+mc26.2. - Updated Fabric and NeoForge dependency metadata to require Sodium
0.9.1-beta.3or newer.
Full Changelog: https://github.com/FlashyReese/reeses-sodium-options/compare/mc26.2-2.2.0...mc26.2-2.2.1
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| reeses-sodium-options-fabric-2.2.1+mc26.2-dev.jar | Unknown | 1.87 KiB |
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:Bh37bMuy:6VjxIDOa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Bh37bMuy:6VjxIDOa"
}



