Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 months ago
Updated 3 weeks ago
All versions
1.1.5
Release
VoxyServer 1.1.54 months ago 13.9K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
this version will perfom alot better on your server
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).
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:fNtGd1cx:W0jJInpf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fNtGd1cx:W0jJInpf"
}

