Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 weeks ago
All versions
0.2.12-alpha
Alpha
voxy 0.2.12-alpha5 months ago 105.1K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Unavailable version
Changes
(hopefully) bug fixs, performance and smoothness improvements
- geometry buffer and texture atlas reuse, should improve reload times
- min render distance is now 20
- model baking is now done via software rendering resulting in much faster inital geometry building and smoother fps
- mixins now reqire annotations for overwrites
- errors in model baking or node processing will now propagate the errors instead of just displaying them
- CRITICAL fix for when changing voxy render distance crashing the game
- small improvement to serialization performance
- critical fixes for taa for shaders
- critical fixes for hiz traversal and culling should result in much quicker lod load times and performance when in caves or surrounded by non lod terrain
- moved render statistics and gpu timings into gpu_debug f3 option
- optimized the full pass stencil and depth per frame setup
- added
{player_uuid}as a storage property - attempted improvements for nv linux by limiting max geometry size to 2gb (this may change in future)
- fix for linux who dont have libc.so.6
- fix not reloading renderer when sodium shared thread config changed
- incremented shader voxy define version to 2
- added
skipShaderDepthHackFixto shader json
Optional dependencies
Any compatible version
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:fxxUqruK:KCqFt9Wm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fxxUqruK:KCqFt9Wm"
}

