Tags
Creators
Details
1.1.0
Compatibility
Required content
Changes
Info
Mod version: v1.1
Supported and tested versions:
mc26.1-mc26.1.2mc26.2-alpha.1-mc26.2-pre.3
All builds are immutable and reproducible.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1] - 2026-06-04
Added
- Setup Stonecutter for multi-versioning (target 26.1.2 and 26.2-pre.3)
- Added Texture LOD feature
Changed
- Changed video settings layout
- Performance and Visual Quality now share a single row on the main page
- Entity Culling now relies on visible section logic
- Renamed block-face culling to joined face culling
- Improved joined face culling
- Removed some parts of block entity distance
- Change button type of behind camera draw optimization to slider
Removed
- Removed Low Latency / InputFix
- Removed "Hide Sun" and "Hide Moon"
- Removed logo in F3
Fixed
- Fixed LICENSE packaging issue, now shows up in builds
- Patched
remapJar - Cleaned up codebase
[1.0.1] - 2026-05-29
Fixed
- Fixed minecraft dependency version, from 26.1.2 to 26.1.
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:SVNbEQ1x:QVxgBxlD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SVNbEQ1x:QVxgBxlD"
}

