Broken hoe animations
SplendidAlakey opened this issue · 0 comments
MC 1.19.2
Fabric API 0.60.0
MineGate 1.2.5
To reproduce:
- Grab a hoe
- Right click on a dirt/grass block
Expected result:
Swinging animation plays and the dirt gets tilled.
Actual result:
No animation plays and the dirt gets tilled.
Caused by this mixin: https://github.com/MrFantiVideo/MineGate/blob/main/src/main/java/net/minegate/fr/moreblocks/mixin/item/HoeItemMixin.java
The swinging animation plays properly only when tilling dirt slabs.