Started by
MadMagic
on
Topic category: Advanced modding
so i have my mob and i made it ridable, in game i can right click the mob and i sit ontop of it but i cant controll it, how do i make it so i can?
Edited by MadMagic on Thu, 07/11/2019 - 18:54
You currently can't control it.
I can give you some instructions on how to do it but i don't know how to fix some of the bugs
Make an NBT tag called "Riding"
When right clicked on the entity set NBT tag to True
make a global procedure via the "On minecraft tick update" and find the execute command
If the entity has riding set to true execute the command "/execute @e{Type= whatever_your_entities_name_is, r=1} tp to @p