Started by
sebastiank2939
on
Topic category: Help with Minecraft modding (Java Edition)
So I want to make a pegasus mob and have it's wings flap when it's flying but not when it's walking. I want to also be able to control when it flies while riding it. Is it possible to do this, and if so, how?
Sadly, no not unless you're okay with using an older version of MCreator or you know Java really well. It used to be that you could just install a plugin but sadly that plugin is no longer receiving updates..
Make 2 entities one winged and one not
When block at y-1 = air then use winged entity and all correct procedures to ride it (tutorial online is available for this)
When block at y-1 = solid then spawn not winged entity
What is the link to the tutorial?