• v0.2.11-alpha 948b5192c9

    Voxy 0.2.11-alpha Pre-release

    yarnobachmann released this 2026-06-15 13:01:06 -07:00 | 2 commits to main since this release

    What's changed

    • Fixed startup crashes in modpacks using Sodium 0.8.x by supporting both RenderSectionManager constructor signatures.
    • Fixed the next Sodium 0.8.x crash by supporting the newer DefaultChunkRenderer render signature with the indexed-rendering boolean parameter.
    • Keeps compatibility with Sodium 0.6.x by retaining the older constructor and render injection paths.
    • All supported Sodium paths share the same Voxy chunk-bound reset, min-build-height setup, and LOD render injection behavior.

    Why this matters

    Some packs, including All The Mons Takes Off, ship Sodium 0.8.12-beta.1. Older Voxy builds only matched Sodium 0.6.x signatures, causing Mixin failures during world load.

    Validation

    • Built with Java 21.
    • ./gradlew build --no-daemon passed.
    • Mixin validation passed against the packaged voxy-0.2.11-alpha.jar.
    Downloads