Tags
Creators
Details
5.0.0-beta.1+21w03a
Compatibility
Changes
This is the first beta release of Ok Zoomer 5.0.0, a release that moves most of Ok Zoomer's logic into LibZoomer, a new library that can be used by other developers in order to easily zoom in. The goal of the 5.0.0 version is also to expand the already-existing solutions to limit the mod by servers, with plans of making the Zoomer Boomer mod, which will use those solutions.
Changelog:
Updated to Minecraft 21w03a
Migrated most of Ok Zoomer's logic to LibZoomer
Updated packet-related code to Fabric Networking API v1
Added the "Force Classic Mode" packet, which forces all functional parts of the zoom to mimic OptiFine's
Changed the default of the "Print owo on Start" option to true. This will be reverted on the stable release
Added Turkish and Estonian translations (Thank you egeenis and Madis0! and sorry for forgetting to credit y'all)
Removed support for legacy config
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:kvcXLIhw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aXf2OSFU:kvcXLIhw"
}

