promotional bannermobile promotional banner

VoxyServer

VoxyServer is a fabric server side mod that voxelizes chunks into LODs using voxy and streams them to connected clients.

File Details

VoxyServer-1.1.5-1.21.11.jar

  • R
  • Apr 12, 2026
  • 1.18 MB
  • 4.4K
  • 1.21.11
  • Fabric

File Name

VoxyServer-1.1.5-1.21.11.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:voxyserver-1502464:7917145"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Here are the changelogs:

  • huge performance boost: replaced sectionref/chunkref record keys with dimension ordinal encoded longs, cached biome id remapping per mapper, and moved lod packet pre serialization to the stream thread.
  • optimized lod payloads by palette bit packing index arrays.
  • increased default maxsectionspertickperplayer from 10 to 100.
  • added per server client side config overrides via modmenu & cloth config api. preferences save to config/voxyserver-client.json (keyed by host:port). it defaults to a global profile if no override exists, and you can only edit a server's settings while connected to it. (you can't go above the set server settings, only below.)
  • added a config option to change voxy worker threads.
  • fixed a crash involving c2me and voxyserver (kept failsafe in the code even though it was fixed upstream, thanks cortex).