Tags
Creators
Details
Licensed ARR
Published 10 months ago
Updated 21 hours ago
All versions
2.2
Release
Punchy 2.2 (Fabric) - 1.21.118 months ago 8,973
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
2.2 Changelog
New & Improved Compatibility
- First Person Model support
Punchy! now works correctly with the First Person Model mod.
You can also configure it directly through the mod menu.
https://modrinth.com/mod/first-person-model - Sword Blocking mod support
Fully compatible with the Sword Blocking Mechanics mod.
https://modrinth.com/mod/sword-blocking-mechanics - Improved Mod Loader version support
Better version range handling, making installations more stable and reliable. - Climb animation
Added a new climbing animation for a smoother and more immersive movement experience. - Crawl animation support
Added support for crawl animations when using the Crawl mod.
https://modrinth.com/mod/crawl
Bug Fixes
- Enchanting Table particles fixed
Particle effects now work correctly on all supported versions. - Eating animation bug fixed
Consumable items (food using theeataction) now correctly play their animation when planting or using items. - Spear bug fixed (older versions)
Fixed a universal spear issue for versions below 1.21.11.
For older versions, use this mod for full compatibility:
https://modrinth.com/mod/backported-spears?version=1.20.1&loader=forge - Improved Blacklist documentation
The Blacklist system is now better documented and easier to understand. - Fixed crash with modded chests
Punchy! no longer crashes when interacting with chests added by other mods. - Bamboo raft proxy tuning fixed
Fixed an issue that could cause incorrect behavior or desync when using bamboo rafts.
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:feaQiX1H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8aoMKplv:feaQiX1H"
}

