Skip to content

Releases: VoX/Foxy

Foxy 1.1.0 (MC 26.1.2 + 26.2)

Choose a tag to compare

@github-actions github-actions released this 28 Aug 01:58

Community fork of Leclowndu93150/Foxy maintained by VoX.
Credits: Foxy by leclowndu93150; 26.2 retarget by IntelPentiumG2; Windows natives fix and dual-version build by VoX.

One jar per Minecraft version — install the one matching your server/client, plus the matching Voxy and Sodium builds from the Requirements table in the README:

  • foxy-26.1.2-NeoForge-1.1.0.jar — Minecraft 26.1.2
  • foxy-26.2-NeoForge-1.1.0.jar — Minecraft 26.2

Requirements

Minecraft NeoForge Sodium Voxy
26.2 26.2.0.28-beta+ 0.9.1 0.2.18-beta
26.1.2 26.1.2.48-beta+ 0.8.12 0.2.16-beta

Use the Foxy jar matching your Minecraft version, and place the matching Voxy jar in
the mods folder.

1.1.0

  • Fixes the Windows no-rendering / hung-disconnect bug (Leclowndu93150#4, likely also Leclowndu93150#1 and Leclowndu93150#2):
    Voxy's bundled LWJGL zstd/lmdb native libraries were invisible to LWJGL under FML's
    module system, so every Voxy worker thread died silently on its first compressed
    save. Foxy now extracts the bundled natives and registers them with LWJGL at runtime.
  • Thread deaths by uncaught exception are now logged, so this class of silent failure
    cannot hide again.
  • Restores the 26.1.2 build alongside 26.2; one gradle invocation builds both.
  • Extracted and patched jars now live under .foxy/ in the game directory and are
    cleaned up at the next launch (they used to accumulate in the temp directory,
    roughly 40 MB per launch on Windows).
  • Only the natives jar matching the current operating system is loaded.

Full Changelog: https://github.com/VoX/Foxy/commits/v1.1.0