All versions
2.1.0
Release
Zoomly 2.1.0last month 365
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Zoomly v2.1.0 - Minecraft 1.21.11 Now fully compatible with Minecraft 1.21.11 for Fabric, Forge, and NeoForge. What's new:
- Full support for Minecraft 1.21.11 across all three mod loaders
- Hold C to zoom in, use the mouse wheel to adjust zoom level while holding the key
- Configurable zoom range and scroll sensitivity - accessible through ModMenu (Fabric) or the mod config screen in the options menu
- Works in singleplayer and multiplayer Installation:
- Fabric: Requires Fabric Loader 0.18.4+ and Fabric API (fabric-lifecycle-events-v1, fabric-key-binding-api-v1, fabric-screen-api-v1, fabric-resource-loader-v0)
- Forge: Requires Forge 61.1.8+ for Minecraft 1.21.11
- NeoForge: Requires NeoForge 21.11.42+ Drop the jar into your mods folder and launch the game. Press C to zoom and scroll to adjust.
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:PjFvP8Dd:r4eDC9zk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PjFvP8Dd:r4eDC9zk"
}

