Voxy 0.2.11-alpha
Pre-release
Pre-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-daemonpassed.- Mixin validation passed against the packaged
voxy-0.2.11-alpha.jar.