Skip to content

Voxy 0.2.12-alpha

Pre-release
Pre-release

Choose a tag to compare

@yarnobachmann yarnobachmann released this 28 Jun 19:21

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.