Posted October 1, 201411 yr I have tried figuring out how to make my custom animal glide like chickens do, I have looked in the entity chicken class but found nothing that helps, please could someone help me with that?
October 2, 201411 yr From EntityChicken's onLivingUpdate method: if (!this.onGround && this.motionY < 0.0D) { this.motionY *= 0.6D; } http://i.imgur.com/NdrFdld.png[/img]
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.