skyjay1 Posted September 28, 2019 Posted September 28, 2019 How can I make Entities swim freely in water and walk normally on land, like Drowned Zombies do? I tried adding the SwimmingGoal but that resulted in my mob swimming on the surface of the water. If I don't add the goal, it sinks straight to the bottom. Normally I would open up DrownedEntity and copy what they use, but my IDE is failing to link javadocs to the source and I only see byte code, which is very difficult to understand Entity code is here. Most of it has nothing to do with swimming, though, so not much help. Any ideas? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.