Voxy 0.2.12-alpha
Pre-release
Pre-release
What's changed
- Restored Voxy's page inside Sodium's Video Settings screen for Sodium 0.8.x.
- Switched the integration to Sodium's built-in NeoForge config API discovery with
@ConfigEntryPointForge("voxy"). - Removed the obsolete Sodium Options API integration path, which targeted older Sodium option classes and could crash with Sodium 0.8.x.
- Kept the NeoForge Mods-menu config screen as the fallback config path.
Notes
You should not need Sodium Options API just to see Voxy settings in Sodium 0.8.x. If Sodium Options API is installed anyway, Voxy no longer depends on its old option-page classes.
Validation
- Built with Java 21.
./gradlew build --no-daemonpassed.- Mixin validation passed against
voxy-0.2.12-alpha.jar. - The jar includes
VoxyConfigMenu/SodiumConfigBuilderand does not package the obsoleteVoxySodiumOptionsintegration.