MrFantiVideo / MineGate

Add lots of blocks and new variations. (Minecraft)
https://minegate.fr
4 stars 3 forks source link

Broken hoe animations #38

Open SplendidAlakey opened 1 year ago

SplendidAlakey commented 1 year ago

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.