Started by
ChikZ
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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.
how you make it go Up/Down?
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.
Very good idea
Is there a way to make a rideable flying entity for 1.12.2?