All versions
1.9.0
Release
1.9.0-1.21(.1) - Fabric2 years ago 314.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Merry Christmas and a "great slide into the new year" (as we like to say in Germany).
What's Changed
- Add a burning/in-lava animation, doesn't play with fire resistance (as always, can be turned off in the settings)
- Add Hold Up mode where the arm follows the camera
- Add settings for how far to the sides the arm should go in the new mode for different monitor resolutions/personal preferences (Mainly for FirstPerson Mod users)
- Add a setting to only enable the Hold Up for yourself (Mainly for FirstPerson Mod users)
- Russian localization (ru_ru.json) by @Danrus1100 in https://github.com/tr7zw/NotEnoughAnimations/pull/227
- update ru_ru.json (Add burning animation) by @Danrus1100 in https://github.com/tr7zw/NotEnoughAnimations/pull/231
New Contributors
- @Danrus1100 made their first contribution in https://github.com/tr7zw/NotEnoughAnimations/pull/227
Full Changelog: https://github.com/tr7zw/NotEnoughAnimations/compare/1.8.2...1.9.0
Known incompatibilities
Any version
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:66URmjAA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MPCX6s5C:66URmjAA"
}

