ExpensiveKoala / Fishing-Real

Minecraft Mod about fishing up live fish instead of items
MIT License
5 stars 1 forks source link

Boids: Trajectory of fish are off #28

Closed eliasjurkeit closed 2 months ago

eliasjurkeit commented 2 months ago

When using this mod together with "Boids" from Tomate0613; when you get a fish and try to reel it in, they never land where they're supposed to land: somewhere alongside the feet of the player, instead they always land in the water.

ExpensiveKoala commented 2 months ago

This is caused by their mod negating vertical velocity. https://github.com/Tomate0613/boids/blob/main/src/main/java/dev/doublekekse/boids/goals/StayInWaterGoal.java

This is not an issue I can affect. Please report this to the Boids repo.