Started by
NolesFtw
on
Topic category: Help with Minecraft modding (Java Edition)
I figured a way to make default mobs ride custom mobs via commands. I am unable to however make a custom mob ride any mob. The Point was to add in Jockey versions of the mobs. I cannot get it to work. Any ideas? Even custom coding solution will gladly be welcomed.
use the Custom code snippet with the contents "entity.startRiding(sourceentity)" or "sourceentity.startRiding(entity)", where sourceentity is the "source entity" and entity is the "event/target entity"
or you can use command summon
In the spawn condition
What do I have to do so that my own mob rides a mob when it normally spawns? A Skeletonhorse, for example
idk