How to make a Flying mob rideable / tameable

Started by ChikZ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a Flying mob rideable / tameable

I need help with making a mob that can fly and that a player can also ride.
That's literally it, I never found a way to do this so any help is appreciated thanks.

Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is an easy one!. First…
Sun, 05/26/2019 - 06:17

This is an easy one!. First of all, make your mob, set up all the flying stuff, etc. Then, go to AI and make the mob ridable. You can also make it so that it will follow you if you hold a certain item.

Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how you make it go Up/Down?
Thu, 07/16/2020 - 04:02

how you make it go Up/Down?

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I found a way using the…
Sun, 01/31/2021 - 19:24

I found a way using the procedure element "set event/target entity movement vector to vx vy vz".

 

You can then set up a hot key for space bar or something and in that check if you are riding the mob. If you are then set the movement vector to the current velocity ("? velocity of Event/target entity") and add like 1 to the y vector.

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Very good idea
Tue, 07/19/2022 - 07:00

Very good idea

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a way to make a…
Thu, 03/30/2023 - 14:43

Is there a way to make a rideable flying entity for 1.12.2?