How do I make jockey mobs?

Started by possumbud13 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make jockey mobs?

I have been trying to make a mob spawn in with another mob riding it but all the attempts I have tried have failed. Does anyone know how to do this?

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a command in…
Thu, 07/31/2025 - 10:21

There is a command in minecraft: /summon spider ~ ~ ~ {Passengers: [{id:skeleton}]}. This will summon a skeleton riding a spider. Create a mob without AI and set it up with triggers so that when you spawn it, it will execute this command (execute command). Replace the spider and skeleton with your own mobs.

 

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a command in…
Thu, 07/31/2025 - 10:55

There is a command in minecraft: /summon spider ~ ~ ~ {Passengers: [{id:skeleton}]}. This will summon a skeleton riding a spider. Create a mob without AI and set it up with triggers so that when you spawn it, it will execute this command (execute command). Replace the spider and skeleton with your own mobs.