Tags
Creators
Details
Licensed ARR
Published 9 months ago
Updated 13 hours ago
All versions
2.4.3
Release
Punchy 2.4.3 (Fabric) - 1.21.15 months ago 9,252
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
Punchy! 2.4.3 Changelog
What's New
- Custom footstep sounds have been removed. The game now uses the normal Minecraft and modded footstep sounds again.
- Version
26.1now includesForgeandNeoForgesupport. - Resource pack merging is now smarter. When two packs modify the same item, Punchy tries to combine compatible parts instead of simply discarding one side.
Fixes
F9was reworked to be more stable and easier to use.- In
26.1withPunchy! x Tiny Takeovers, baby mobs are now positioned correctly again. - The baby wolf + dandelion inspect works again.
- Fixed the
stop immediateflag for custom animations on26.1. - Empty offhand no longer flickers when placing or removing an item.
- Fixed an issue where items with animations via resource packs (Fresh Foods and others) were not working
- Fixed Modefite + Sinytra crash on Forge 1.20.1
Notes
- Some fixes and feat still had limited testing, so they may receive further adjustments later.
- The
kindscope button option was removed from theF9menu for usability reasons. - The
kindscope is still fully available for use in resource packs.
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:xKFVjGeC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8aoMKplv:xKFVjGeC"
}

