MineGate · MoreBlocks

MineGate · MoreBlocks

42.2k Downloads

Broken hoe animations

SplendidAlakey opened this issue · 0 comments

commented

MC 1.19.2
Fabric API 0.60.0
MineGate 1.2.5

To reproduce:

  1. Grab a hoe
  2. 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.