Tags
Creators
Details
All versions
1.12.6
Release
1.12.6-26.3 - Fabric6 days ago 48.4K
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client-side
Changes
Hotfix
- Fix crash caused by crawling. Fix #346
What's Changed (1.12.5)
- Add 26.3 Fabric/NeoForge
- Add 26.2 NeoForge
- Resolved some issues with the lantern physics math
- fix: don't hide spears and tridents when an offhand crossbow is charged by @NovaVanity in https://github.com/tr7zw/NotEnoughAnimations/pull/337
- Update uk_ua localization by @Tenwoc in https://github.com/tr7zw/NotEnoughAnimations/pull/344
New Contributors
- @NovaVanity made their first contribution in https://github.com/tr7zw/NotEnoughAnimations/pull/337
- @Tenwoc made their first contribution in https://github.com/tr7zw/NotEnoughAnimations/pull/344
Full Changelog: https://github.com/tr7zw/NotEnoughAnimations/compare/1.12.4...1.12.5
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:EhSk2OTD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MPCX6s5C:EhSk2OTD"
}

