Tags
Creators
Details
2.8.0
Compatibility
Required content
Changes
Secondary Zoom
This new feature is a completely separate zoom to normal Zoomify. Its primary goal is to compete with a similar feature in Camera Utils (with more settings of course) that I have seen many content creators love.
All you need to do is press another keybinding found in options! (F6 by default)
This secondary zoom has a few exclusive features but misses advanced ones present in regular zoom that aren't really needed for the intended use case. These include:
- Option to hide HUD whilst zooming
- Cinematic camera is always on
- An increased maximum zoom in time (5secs -> 30secs)
- Toggleable only
- No transitions - linear only
- No additional mouse settings
This feature came with a semi-major rewrite to the internals of Zoomify, though you shouldn't notice a difference. If you do, make sure to report it on the issue tracker.
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:w7ThoJFB:nls01OIv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w7ThoJFB:nls01OIv"
}




