Draylar / go-fish

Fishing enhancement mod with new equipment, fish, and special loot!
https://www.curseforge.com/minecraft/mc-mods/go-fish
12 stars 20 forks source link

Improve FishingRodPropertyMixin compatibility #113

Open tranquillity-codes opened 7 months ago

tranquillity-codes commented 7 months ago

Use @ModifyArg instead of @Redirect to modify the bobber entity. This fixes a compatibility crash with Hybrid Aquatic, which does a @Redirect on the spawnEntity invocation on the newly created FishingBobberEntity.

Testing has been done in-game, seems to work.