Tags
Creators
Details
Licensed ARR
Published 6 years ago
All versions
12.0.0-beta.3+fabric
Beta
12.0.0-beta.3+fabric (The Rebirth Update: Part 1)2 years ago 70.9K
Compatibility
Minecraft: Java Edition
25w04a
1.21.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
Changelog
- Overhauled zoom scrolling by introducing exponential zoom scrolling
- Added new zoom values to the settings, allowing it to be configured
- Added the "Debug Scrolling" tweak as a tool that can help configuring the zoom scroll
- The legacy system (alongside its values) have been kept, but they may be removed on a future update
- Added the "See Distant Entities" tweak, which by default will only enable if Sodium is installed
- Unified the "Minimum Linear Step" and "Maximum Linear Step" values into the "Linear Step" value
- Cleaned up the codebase
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ok_zoomer-fabric-12.0.0-beta.3-sources.jar | Unknown | 66.98 KiB |
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:aXf2OSFU:TSz9epnO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aXf2OSFU:TSz9epnO"
}

