• 0.2.23-CE 1ff4a3e72e

    StynaST released this 2026-08-24 14:12:41 -07:00 | 0 commits to main since this release

    Changes

    • fixes for Invalid / Corrupted block-state data (will now recover on its own)
    Downloads
  • 0.2.22-CE 1ff4a3e72e

    StynaST released this 2026-08-12 18:39:40 -07:00 | 0 commits to main since this release

    Changes

    • MAJOR Vram usage decrease (~60-70%)
    • and some other optimizations that make gpu usage alot less when your not actively looking at a whole map and zooming in.
    Downloads
  • 0.2.20-CE 1ff4a3e72e

    StynaST released this 2026-08-11 12:40:12 -07:00 | 0 commits to main since this release

    • Updated Version to 0.2.20 Community Edition

    Whats Changed

    • fixed fog start / end being 0 / 0 causing no textures for entities / tile entites, this was driver-dependent on how they handled it, sometimes it worked, other times it didnt.
    • fixed some log spam when enabling / disabling voxy

    Running

    Downloads
  • forge-1.12.2-update-2 5635699241

    StynaST released this 2026-08-10 06:49:57 -07:00 | 2 commits to forge/1.12.2 since this release

    Fixed

    • fixes for ingesting when on a server
    • remove a block outline bug

    Running

    Downloads
  • forge-1.12.2-0.2.19-beta 9bccb8e0b3

    StynaST released this 2026-08-09 17:52:09 -07:00 | 5 commits to forge/1.12.2 since this release

    Port of Voxy down to 1.12.2, still probably very buggy but a majority of it is now implemented.

    things currently not parity:

    • WorldImporter -- only have VintageHorizons importer.
    Downloads
  • v0.12.3 1ff4a3e72e

    Voxy 0.12.3 Alpha Pre-release

    StynaST released this 2026-07-18 03:36:47 -07:00 | 0 commits to main since this release

    Whats changed / fixed

    • Importer fixed
    • Fixes for some rendering issues when flying too fast (still happens, but fixed a majority of it)
    Downloads
  • 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
  • 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
  • v0.2.10-alpha 1048884c4d

    Voxy 0.2.10-alpha Pre-release

    yarnobachmann released this 2026-06-13 20:42:43 -07:00 | 4 commits to main since this release

    What's changed

    • Fixed distracting dark triangle artifacts over water while moving by no longer drawing coarse temporary LOD fallback meshes when child data is still loading.
    • Reduced giant temporary distant-block pop-in by making higher mip levels require more non-air samples before representing sparse geometry.
    • Smoothed translucent LOD blending around the vanilla render-distance boundary, especially for water.
    • Added Sodium shader parser compatibility for both Sodium 0.6.x and newer parser return types to avoid startup crashes on 0.6.13.
    • Kept mesh-building performance tidy by clearing section masks during preparation instead of doing separate full-array clears.

    Notes

    This is still an alpha build. The water artifact fix prefers a brief missing LOD patch over rendering an oversized incorrect fallback, which should be much less distracting during movement.

    Validation

    • Built with Java 21.
    • ./gradlew build --no-daemon passed.
    • Mixin validation passed; existing non-fatal mixin naming/remap warnings remain.
    Downloads
  • v0.2.9-alpha e7b5cb969e

    yarnobachmann released this 2026-06-13 09:25:52 -07:00 | 5 commits to main since this release

    Alpha NeoForge 1.21.1 release.

    Built jar: voxy-0.2.9-alpha.jar
    Minecraft: 1.21.1
    NeoForge: 21.1.x
    Required dependencies: Sodium NeoForge, Forgified Fabric API

    SHA-256: C0224A371B5A702DCD28C915B0301E397033EF5E603F51893B1828AECBA930E7

    Downloads