Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 weeks ago
All versions
0.2.5-alpha
Alpha
voxy 0.2.5-alpha10 months ago 173K
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Update to sodium 0.7
- Flashback integration
- Command fix
- Shader support/compat enabled by default
- Finalized v1 shader integration format
- Increase iris render targets to 20
- Fixes for shader compat
- Gl state leak fix
- Fixes for nv kernel driver killing minecraft
- Mapper will auto attempt to update blockstates
- Partial fix for block model tinting
- Disabled block entity baking for 1.21.9/10
- Auto ingest for chunk sections becoming empty or changes on the edge of sections
- Remesh trigger for when neighboring section changes (fixes the black lines while loading chunks)
- Allow neighbor blocks that are the same to emit geometry
- Fix for rare meshing bug
- Incremental allocation of geometry buffer when using sparse buffer
- Fixes for SectionUpdateRouter
- Support for darkened tinting (like in the nether)
- Fix race condition in the ActiveSectionTracker
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:c6EDHs2x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fxxUqruK:c6EDHs2x"
}


