Tags
Creators
Details
15.0.0-beta.3+fabric
Compatibility
Required content
Changes
Changelog
WARNING: This update accidentally switched from TOML to JSON5 too soon! Your old config file will not be destroyed, but a new one will be created that will be used over it. NeoForge is not affected by this issue.
- Updated to Minecraft 1.21.10
- Updated to Wrench Wrapper 0.7.2
- This significantly shrinks the mod file size while making it more stable
- Fabric-only: The config file format has been changed to JSON5. The old TOML file will remain available.
- Added a "Zoom Hands" option, allowing for disabling the hand zoom
- The competitive preset now disables it by default
- Zooming no longer affects the debug crosshair (#159)
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ok_zoomer-fabric-15.0.0-beta.3-sources.jar | Unknown | 75.09 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:u4t2pubc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aXf2OSFU:u4t2pubc"
}


