All versions
1.7.1
Release
1.7.1-1.20.1 - Forge2 years ago 621.2K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
This release contains a few fixes for issues that sadly did show up on Hermitcraft 😵💫.
Changes
- Enable arm swinging animation while riding (Thanks impulse)
- Change the default smoothing speed from 0.5 to 0.1 so it doesn't feel so sluggish when hitting (Thanks impulse)
- Enable arm swinging while riding a boat
- Fix head being weirdly stuck while climbing a ladder #177
Full Changelog: https://github.com/tr7zw/NotEnoughAnimations/compare/1.7.0...1.7.1
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:MPCX6s5C:Lp5VGSwZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MPCX6s5C:Lp5VGSwZ"
}

