Fishing hook mixin not needed on 1.19
eerussianguy opened this issue ยท 0 comments
MinecraftForge/MinecraftForge#8681
This PR removed the need for the fishing hook renderer mixin.
Further, if you have time, please add require=0 to the hook mixin, as it hard crashes against any other mod redirecting the same value (such as mine) https://github.com/TerraFirmaCraft/TerraFirmaCraft/blob/1.18.x/src/main/java/net/dries007/tfc/mixin/client/FishingHookRendererMixin.java
I will be making the same change to my mod.