Tags
Creators
Details
All versions
1.1.0
Release
Zocular 1.1.0last month 184
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
Updated to Minecraft 26.2 "Chaos Cubed".
- Now built for Minecraft 26.2 on Fabric (Fabric Loader 0.19.3, Fabric API 0.153.0+26.2, Java 25).
- Quilt is supported — the Fabric build runs on Quilt natively.
- New mod icon (commissioned artwork by Heyonia) shown in the mod list / Mod Menu.
Also included (added since 1.0.1):
- Zoom level indicator — a small multiplier readout (e.g.
4.5x) in the top-right while zoom is engaged, lingering briefly after you release. - Shoulder swap (surf) — a new keybind to cycle the third-person camera shoulder (off → right → left). Unbound by default.
- Third-person zoom controls — telescoping third-person zoom with configurable min/max distance (in blocks) and a separate third-person toggle mode.
- Cinematic zoom — option to engage the cinematic camera automatically while zooming.
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:ngZJp4v9:a0dK57JJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ngZJp4v9:a0dK57JJ"
}

