Links
Tags
Creators
Details
0.1.7
Compatibility
Changes
š§ Changed Player's own walking inertia no longer fully disables on vehicles. Previously, mounting a horse would completely turn off your personal head-bob inertia, which felt stiff and disconnected. Now it's softly attenuated depending on the vehicle:
š Horse ā 30% (light "sitting in the saddle" feel) šŖ Camel ā 25% š£ Boat ā 10% (boat has its own wave physics) š Minecart ā 20% š· Pig / Strider ā 40% Modded vehicles ā 35% (default) Result: you can now feel your character's body moving on top of the horse's rhythm. More immersive, less robotic.
Accelerate/brake camera kick on horses is now softer (won't fight with the gallop rhythm)
Turn-induced roll on horses replaced with a gentle yaw nudge (more natural head turning)
š Fixed Residual roll artifacts on horses are now force-damped to zero Camera offsets properly reset when dismounting
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:ZcFuCLxu:jSTgmuHb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZcFuCLxu:jSTgmuHb"
}![[NEW] Camera Inertia! - Cross Platform 3.0](https://cdn.modrinth.com/data/ZcFuCLxu/12fc49d6203896c58b1b9b22ea013cd0a1967c19_96.webp)

