Tags
Creators
Details
Licensed ARR
Published 6 years ago
Updated 6 days ago
All versions
19.0.0-beta.2
Release
The Checkpoint Update (Fabric/NeoForge)6 days ago 18.2K
Compatibility
Minecraft: Java Edition
26.3
Platforms
Fabric
NeoForge
Supported environments
Client-side
Changes
Changelog
- Removed the Safe Distant Entities option since the option is always safe now
- Ok Zoomer will migrate your config file automatically until The Rebirth Update: Part 3
- Cleaned up the codebase massively
- Fixed zoom overlays being zoomed in if Persistent Interface is disabled
- Fixed scroll transitions not working if either the start or end transitions are instant
- Removed mentions of Sodium in the config options since it's no longer relevant here
- Optimized assets using oxipng
- Updated to Wrench Wrapper 0.9.3, further shrinking the JAR size
Optional dependencies
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:3UXOK2JF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aXf2OSFU:3UXOK2JF"
}



