Tags
Creators
Details
Licensed ARR
Published 10 months ago
Updated 2 weeks ago
All versions
2.7b
Release
Punchy 2.7b (NeoForge) - 1.21.13 weeks ago 3,774
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Punchy v2.7b-BETA-TEST released.
Added
- Added the Disable New Keyframe Moves option, which uses the existing procedural movement behavior instead of resource-pack keyframes for walk, sprint, jump, fall, and landing.
Fixed
- Fixed crawling arm animations so mining, attack, and item-use animations blend correctly over crawl states.
- Fixed the crawl loop interpolation flicker that could briefly snap an arm at the end of the animation cycle.
- Fixed mining loops after a hotbar or mouse-wheel tool change so they resume as soon as hand-in begins instead of waiting for the full transition.
- Fixed offhand hand in/out transitions being interrupted when starting a looping mining or attack animation while standing still.
- Fixed dynamically registered Triggerable Animation keybinds so they reliably appear in Minecraft's Controls menu and can be remapped.
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:8aoMKplv:5sTq00Dh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8aoMKplv:5sTq00Dh"
}

