Minecraft – Making mobs ride other mobs in Minecraft

minecraft-java-edition

As of the latest Minecraft snapshot (13W09A), it is now possible for mobs to ride other mobs. Is there any way to make mobs ride each other in Minecraft now (i. e. placing a pig on top of a spider, and then placing a skeleton on top of the pig?),

Best Answer

There is now. You can use the summon command to make Mobs ride other mobs. For example to put a Creeper on top of a Bat:

/summon Creeper ~ ~1 ~ {Riding:{id:"Bat"}}

The more things you stack, the more complex the command becomes. To simplify this I made a summon command generator that lets you stack mobs, but it gives you all the other options too. It's available here.