Topic category: Help with Minecraft modding (Java Edition)
Hi! I'm currently trying to start an aquatic-based mob mod on MCreator version 2020.4. I've never made water mobs so this is very new to me and I cannot find a single discussion about this. I'm trying to make a water mob that just stays at the seafloor and doesn't swim up, just walks around. Whenever he spawns in on the seafloor, he just floats up. I have the float/swim AI/Goals turned off and it still just slowly floats upwards. Another problem is that it doesn't move either, I found that it will only move when it makes contact with water at the surface or gets within 6 blocks of it. Anywhere below water, it will not move. It will still looks around though. Does anyone know how to fix this/why it is happening?
I have the same problem, did you happen to fix it?
Every tick set the entity y velocity to 0 and the x and z velocities to themselves.