Tags
Creators
Details
Licensed ARR
Published 9 months ago
Updated 2 weeks ago
All versions
2.6.2
Release
Punchy 2.6.2 (Fabric) - 26.22 weeks ago 133.1K
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
Punchy v2.6.2 released.
Focused on Hand Menu profile fixes.
Added
- Added Sword Blocking Mechanics compatibility so sword blocking uses Punchy's
sword_blocking_compatanimation instead of the default use item animation or the mod's first-person blocking render (Thanks asarchi for reporting the bug on Discord).
Fixed
- Fixed Hand Menu profile Save As on 1.21.11 so new profiles keep the currently loaded profile's existing item tuning instead of resetting previously configured items (Thanks pabslow for reporting the bug on Discord).
- Fixed item swaps while holding up a shield so the opposite hand now plays the normal hand out and hand in animations while the shield stays active, with the item changing at the start of hand in (Thanks Cimel [MCC] for reporting the bug on Discord).
- Fixed bone meal on saplings and item drops with a block target so the default use item animation plays correctly again (Thanks Ander [MITA] for reporting the bug on Discord).
- Fixed shield animation being dual handed and interrupting sword swing feedback; it is now one handed to preserve the vanilla behavior where swinging then instantly shielding cancels the swing animation (Thanks Ratchet [finch] for reporting the bug on Discord).
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:eaggJ0OG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8aoMKplv:eaggJ0OG"
}

