Tags
Creators
Details
Licensed ARR
Published 6 years ago
All versions
10.0.0-beta.1+Fabric
Beta
10.0.0-beta.1+Fabric2 years ago 485
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
Changelog
- Added zooming to the GUI itself (GH #38)
- This can be disabled by enabling the "Persistent Interface" option
- Added the "Hide Crosshair" option, enabled by default in order to complement the above feature
- If disabled while Persistent Interface is off, Ok Zoomer will re-render the crosshair in normal size
- Fixed a compatibility issue with Sintyra Connector involving Mouse Modifiers not being applied at all
- You can now use Ok Zoomer on NeoForge using Sinytra Connector without major issues (as far as I know)
- Merged LibZoomer back into Ok Zoomer, allowing devs to prioritize the mod itself with new features over a library that's unfortunately abandoned
- Standardized the zoom fade system introduced by the Vignette zoom overlay
- The Zoom Dependency now ignores Creative Mode users (GH #111)
- Fixed the spyglass overlay on the third-person perspective (GH #113)
- Updated to Quilt Config 1.3.2
- Updated the Brazilian Portuguese translation
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| OkZoomer-Fabric-10.0.0-beta.1-sources.jar | Unknown | 75.51 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:1JcTw7UE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aXf2OSFU:1JcTw7UE"
}

