• v0.2.12-alpha c56f963c7f

    Voxy 0.2.12-alpha Pre-release

    yarnobachmann released this 2026-06-28 12:20:21 -07:00 | 1 commits to main since this 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-daemon passed.
    • Mixin validation passed against voxy-0.2.12-alpha.jar.
    • The jar includes VoxyConfigMenu/SodiumConfigBuilder and does not package the obsolete VoxySodiumOptions integration.
    Downloads