Tags
Creators
Details
All versions
2.1.0-fabric+mc.1.21.11
Release
v2.1.0-fabric+mc[1.21.11]3 months ago 4,439
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- Minecraft 26.1+ support.
- Added a dynamic global camera smoothing feature. (Thanks,
@archiso86!) (PR #100) Fully configurable. On default settings, this will only be active during sprinting, flying, and underwater swimming. - Added 'Sprinting' configuration context.
- Configuration contexts will now be smoothly blended between, preventing sudden snaps upon elytra/swimming/sprinting activation.
Configurable via
contextTransitionSmoothing. - Fixed issue #87 (Incompatibility with Do a Barrel Roll in NeoForge).
- Fixed issue #110 (Conflict with Create Aeronautics).
- Fixed issue #105 (Camera can move when the game is paused).
- Fixed issue #14 (Constant vertical camera shake on slime blocks).
- Fixed issue #108 (Incorrect default on vehicles' forward velocity pitch factor).
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:m0oRwcZx:op3egGJS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m0oRwcZx:op3egGJS"
}



