Started by
possumbud13
on
Topic category: Help with Minecraft modding (Java Edition)
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?
Topic category: Help with Minecraft modding (Java Edition)
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?
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.
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.
2025.2 makes this very easy without commands. See https://x.com/PyloDEV/status/1933191817073201332