Making a Pegasus

Started by sebastiank2939 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making a Pegasus

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?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sadly, no not unless you're…
Tue, 02/08/2022 - 14:08

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..

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make 2 entities one winged…
Tue, 02/08/2022 - 15:04

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

 

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is the link to the…
Tue, 02/08/2022 - 20:47

What is the link to the tutorial?