
Five Duration Swing
If you have a very specific nitpick about the handswing duration being slightly too slow, this mod (and datapack equivalent) changes the duration from 6 to 5 to make it faster.
- Загрузки
- 474
- Подписчики
- 2
- Обновлён
- 28 июня 2026 г.
- Лицензия
- CC0-1.0
Опубликован 1 мая 2026 г.
This is probably one of the niche mods out there, but it is made to solve a nitpick I have about minecraft's handswing. It feels too slow.
What the mod does
It changes one single thing: reduces the handswing animation length from 6 to 5 ticks. That's it. No configuration, no runtime toggle.
This mod is so simple that it doesn't even need fabric api, you can just plop it into your newly created fabric instance and it will work out of the box.
Datapack edition
For all the maniacs (me) who want to use a faster hand swing mining animation without wanting to install mods.
Version 2 and older
Works by conditionally applying haste 1 effect on the player, then scale back the mining and attack speed buff.
This runs a predicate check every tick and can potentially hurt performance if run in a server.
Version 3
Specifically applies the swing animation data component to the player's mainhand's tool.
Version 4
Now uses the schedule command to reduce the check frequency to 1 per second.
Enjoy!
Ченджлог
DP4Релиз26.1.2, 26.2, 26.3-snapshot-1 · 28 июня 2026 г.
Now uses scheduling to run the update function every second instead of every tick.
DP3Релиз26.1.2, 26.2, 26.3-snapshot-1 · 27 июня 2026 г.
Removes the intrusive attribute modifier and haste effect and instead apply the swing animation component directly to the player's mainhand tool. Requires any tool of type pickaxe, axe, shovel, hoe and sword to activate.
DP2Релиз26.1.2, 26.2, 26.3-snapshot-1 · 25 июня 2026 г.
Now uses predicates and applies debuff attributes correctly.
1.0.3-btaРелизb1.7.3 · 22 июня 2026 г.
Fix the hand swing triggering while in a screen.
1.0.2-btaРелизb1.7.3 · 21 июня 2026 г.
Fixed a bunch of edge cases that cause the handswing to continue even though it shouldn't.
1.0.1-btaРелизb1.7.3 · 21 июня 2026 г.
Five duration swing ported to Better than Adventure.
This is much harder to implement because the animation is fully dependent on swingItem(), while having no extra info on whether the user is holding down the mouse buttons or not.
This adds 3 different durations for idle (5), interacting (4) and mining (3).
The name "Five Duration Swing" refers to the modern minecraft swing
implementation, where a swing duration of 5 makes the animation run at 4 ticks if you hold down Interact, and 3 if you hold down Attack (while looking at a block or entity).
DP1Релиз26.2-pre-5, 26.2-pre-6, 26.2-rc-1 · 31 мая 2026 г.
For all the maniacs (me) who want to use a faster hand swing mining animation without wanting to install mods.
This datapack works by conditionally applying haste 1 effect on the player, then scale back the mining and attack speed buff.
WARNING: BE CAUTIOUS WHEN PUTTING THIS ON A SERVER, AS THIS DATAPACK RUNS A PREDICATE CHECK EVERY TICK AND CAN POTENTIALLY HURT PERFORMANCE.
Datapack versions below 82 might receive errors from the json versioning format change on 82+.
1.21.xРелиз1.21.9, 1.21.10, 1.21.11 · 11 мая 2026 г.
Support for Minecraft 1.21.x via Neoforge
Комментарии
Загружаем…