Tags
Creators
Details
Licensed ARR
Published 6 years ago
Updated yesterday
All versions
18.0.0-beta.2
Release
18.0.0-beta.2 (Fabric/NeoForge)2 weeks ago 21.1K
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
NeoForge
Supported environments
Client-side
Changes
Changelog
- Updated to Wrench Wrapper 0.9.1, restoring smaller JAR files
- Fixed flickering when using Smart Occlusion in long distances (including the new default of 128x maximum zoom)
- Fixed massive memory usage caused by a bad interaction between Ok Zoomer's See Distant Entities feature and Very Many Players' Use Optimized Entity Tracking feature
- On Fabric, Ok Zoomer will ask for VMP to disable said optimization. The developer has acknowledged the optimization's tradeoff of consuming more RAM in exchange of extra performance, and considering VMP's actual target (servers with many players) and the fact Ok Zoomer cannot work around the limitation of VMP not handling high tracked entity distances well, I consider disabling this optimization to be the best way forward
- On NeoForge, considering Sinytra's existence, Ok Zoomer will disable Safe Distant Entities, making this feature explicitly opt-in. Ok Zoomer for NeoForge cannot disable this optimization coming from a Fabric mod and so you'll either have to disable it yourself, keep See Distant Entities disabled, or uninstall VMP
- Updated See Distant Entities's distance multipliers to be less overkill when it comes to entities
- Updated icon/banner metadata for NeoForge 26.2
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:fPHmG5Wc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aXf2OSFU:fPHmG5Wc"
}

