Links
Tags
Creators
Details
0.4.2+mc1.21.1
Compatibility
Required content
Changes
- Fixed iron bars flickering by preserving small offsets in terrain models (#14).
- Fixed disappearing chunks and incorrect terrain visibility in Vista mirrors (#16).
- Fixed Region Keep Distance shortening the normal render distance, fog distance and far plane.
- Changing Region Keep Distance now reloads the renderer to clear terrain retained under the previous setting.
- Preserved texture-coordinate precision in opaque and translucent terrain shaders to prevent small texture-edge corrections from being lost.
Vista compatibility is partial. Mirrors can only show terrain that has already been prepared, and reflected water or glass may not always sort correctly. The reported viewfinder flickering could not be reproduced and is not confirmed fixed.
Requires Sodium 0.8.13 for NeoForge 1.21.1. Newer Sodium 0.8 versions are allowed to load but are not yet supported. Sodium 0.6 support is discontinued.
if something is broken, please open an issue on GitHub
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:sBwZemk4:S4wpnnLH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sBwZemk4:S4wpnnLH"
}

