1.21.11-0.4.5
Compatibility
Changes
1.21.11-0.4.5 Changelog
This release catches 1.21.11 up to full feature parity with the 26.2 branch, adding everything since 1.21.11's last update in one pass.
New Features
Third Person Zoom Out - When Scroll Wheel Zoom is enabled, holding the zoom key in third person (either variant) now lets you scroll past normal to pull the camera further back from your character, in addition to the existing zoom-in. It's a real camera move, not a lens trick, so it respects walls and terrain exactly like vanilla's third-person view. First person zoom is unaffected.
Max Zoom Depth - Select how far Scroll Wheel Zoom can zoom in: 10x / 25x / 50x (default) / 100x / Infinite.
Max Zoom Out Distance - Select how far Scroll Wheel Zoom can pull the camera back in third person: Vanilla(Off, default) / 2x / 4x / 8x / 16x.
Zoom to Max Depth keybind - New rebindable keybind (unbound by default) that smoothly eases straight to your configured Max Zoom Depth while holding the zoom key, instead of scrolling there notch by notch. Press it again to ease back to the normal resting zoom, like an undo. Only active while Scroll Wheel Zoom is enabled.
Fixes
- Fixed scroll-wheel zoom feeling jumpy at high zoom levels (it now steps by a consistent percentage per scroll notch instead of a fixed amount, so it never overshoots into the deepest zoom level in one click).
- Fixed the settings menu flashing black when toggling most options (they now update in place instead of rebuilding the whole screen).
- Fixed Hide Hotbar While Zoom not staying active while zoomed out.
New Commands
/zoom maxzoom [10|25|50|100|infinite]/zoom zoomout [2|4|8|16]
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:D6btD3z9:Olj0QyUk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D6btD3z9:Olj0QyUk"
}

