Make a custom entity ride another mob

Started by NolesFtw on

Topic category: Help with modding (Java Edition)

Last seen on 09:41, 22. Apr 2021
Joined Jun 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a custom entity ride another mob

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. 

Last seen on 05:29, 31. Jan 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
use the Custom code snippet…
Fri, 07/24/2020 - 12:26

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"

Last seen on 23:11, 16. Jul 2023
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
or you can use command summon
Sun, 08/23/2020 - 21:19

or you can use command summon

Last seen on 23:11, 16. Jul 2023
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In the spawn condition
Mon, 08/24/2020 - 13:28

In the spawn condition

Last seen on 18:32, 1. Dec 2022
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What do I have to do so that…
Thu, 05/06/2021 - 12:29

What do I have to do so that my own mob rides a mob when it normally spawns? A Skeletonhorse, for example

Last seen on 00:07, 1. Sep 2022
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
idk
Wed, 08/03/2022 - 22:38

idk