Fishing Real

Fishing Real

4M Downloads

Boids: Trajectory of fish are off

eliasjurkeit opened this issue ยท 2 comments

commented

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.

commented

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.