VoxyServer

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

VoxyServer-1.1.5-1.21.11.jar

File nameVoxyServer-1.1.5-1.21.11.jar
Uploader
PooSmackerPooSmacker
Uploaded
Apr 12, 2026
Downloads
8.5K
Size
1.2 MB
Mod Loaders
Fabric
File ID
7917145
Type
R
Release
Supported game versions
  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:voxyserver-1502464:7917145"

Learn more about Curse Maven

What's new

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).

This mod has no related projects