All versions
v1.0.1
Release
Better With Hands 1.0.16 months ago 882
Uploaded by
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
BTA (Babric)
Supported environments
Client and server
Changes
Better With Hands v1.0.1
🌐 Multiplayer Improvements
- Offhand item sync - Other players can now see items in your offhand
- Offhand swing sync - Other players see your offhand swing animations
- Custom packet system - Clean server-side handling for offhand block placement
⚔️ Dual-Wield Swords
Hold a sword in each hand for true dual-wielding combat! Channel your inner Kirito.
- Left click attacks with your offhand sword
- Right click attacks with your main hand sword
- Priority indicator shows on both hands when dual-wielding
🐛 Bug Fixes
- Fixed equip animations being frame-rate dependent (now consistent 300ms regardless of FPS)
- Fixed offhand item not animating out when removed
- Fixed HUD slot slide animation speed varying with frame rate
🔧 Technical
- New packet actions: offhand item sync (action 2), swing broadcast (action 3), use offhand on block (action 4)
- Time-based animation system replaces tick-based approach
- Server broadcasts offhand changes to nearby players within 64 blocks
https://github.com/sajmonoriginal/better-with-hands/releases/tag/v1.0.1
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:iyLOebux:AZuxF47r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iyLOebux:AZuxF47r"
}

