Tags
Creators
Details
Licensed ARR
Published 6 years ago
All versions
16.0.0-beta.2+fabric
Release
16.0.0-beta.2+fabric (The Rebirth Update: Part 2)5 months ago 128K
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
Changelog
- Reworked the transition system to be based on time instead of arbitrary values
- Fixed the "Linear" transition, making it truly linear
- Split zoom transitions into a Start Transition, an End Transition and a Scroll Transition, allowing for further configurability
- Reorganized the configuration for better user-friendliness and ease of configuration
- Added "Sine", "Balanced" and "Spring" transitions
- Added the "Numeric Sliders" option, replacing the number inputs with narrower but easier-to-configure number sliders
- Added the "Zoominator" preset, which tries its best to replicate Zoomify's default zoom
- Merged the Cinematic Camera's Vanilla and Multiplied modes
- Fixed a crash caused by the multiplied Cinematic Camera
- Added support for Sodium's config screen
- Reverted change to "Hide Hands" in the "Competitive" preset, now it hides like the others
- Updated the English text to be much clearer
- Added a French (
fr_fr) translation (#169, thanks p-sage!) - Updated the Traditional Chinese (
zh-tw) translation (#172, thanks StarsShine11904!) - Updated the Brazilian Portuguese translation
- Cleaned up lots of code
- Removed the Portals internal functionality in favor of loader-agnostic code
- Fixed Ok Zoomer being mandatory to clients if the server (LAN) has it installed (issue #167)
- Removed the "Unbind Conflicting Keys" functionality on Minecraft 1.21.11
- Added new owos
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:aXf2OSFU:MiOAcTGw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aXf2OSFU:MiOAcTGw"
}



