Started by
Pruinosus
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a fish that will not stop swimming ever, because my fish will kinda just float in the water when its not moving. Any chance there is a way to do this?
Thanks!
You could manually add velocity if the fish's velocity gets too low. I custom coded dragonflies in a similar way: make a procedure for the entity's update tick. In that procedure:
Thank you, ill try that! (:
Would somebody mind posting a visual example of this procedure? I'm really struggling to translate this into a procedure rn with my lizard brain?