Posted January 26, 20205 yr Hello A while ago, i noticed, that my entities drown, if they land in water. How can i make them immune against drowning,even if the eyehight sinks under the water line? At first i thaught, entities only can drown, if i use the BreatheAirGoal. but i don´t use it in my entities, and they still can drown. What else is the use of this Goal? And is there a Goal for survive under water? edit: I think, i found, what i needed: @Override public boolean canBreatheUnderwater() { return true; } Edited January 26, 20205 yr by Drachenbauer
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.