Started by
Loremason
on
Topic category: General discussion
I have very little knowledge on how to manually animate models. I have a chicken mob that I would like to have flapping wings when falling. I've tried using the chicken model but the wings rotate in a constant 360 along the Y-axis. Every forum I saw stated the easiest way would be to manually animate it yourself when I have no idea how. If anybody can teach me how to make the entity's wings flap while falling, essentially just the default animations of minecraft's vanilla chickens, or even better do the work, I would be greatly appreciated. Credit and compensation provided.
I would also like to know. There are not a lot of good sources for this information that I could find.
Sorry but as you said the only way is to manually do it, and learning how to code animations for your entity is a lot of work. The quickest way is to just purely learn to code Java then find tutorials once you understand Java.