Tags
Creators
Details
All versions
1.3.1
Release
Animation Overhaul 1.3.12 years ago 262.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platforms
Forge
NeoForge
Supported environments
Client-side
Changes
1.3.1
- Fixed a debug log spamming console
1.3.0
- Leaning is now only affected on the local player
- Added "local_player.json5" config, which allows to config specific features only the local player has
- Leaning and squashing is now disabled by default, as this may cause some incompatibilities with other mods
- Fixed small issues with some mods:
- Better Combat: Custom Weapon Poses were broken
- Cosmetica: Cosmetics wouldn't render
- Fixed MANY mod incompatibilities, mainly with mods that would override the player's model
- Some of the fixed incompatibilities are:
- Cosmetic Armor Reworked
- Customizable Player Models
- Bewitchment
- Personality
- Other incompats that i might not be aware of
- Please report any other incompats!
- Fixed some configs not working
- Fixed swimming animation being overriden with another animation
1.2.0
- Config is now moved to the animation_overhaul folder, and the animations config is now animations.json5
- Outdated configs will now be updated
- Added drinking animation
- Added slow falling animation
1.1.0
- 1.19.2 support for both fabric and forge
- Fixed crashes on forge 1.20.1
- No longer JarJaring joml
1.0.0
- Initial release of Animation Overhaul
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:jCikwMS7:tyNQa6gv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jCikwMS7:tyNQa6gv"
}

