Minecraft – How to stack a minecart on a bat

minecraft-java-edition

Is there any way to make an invincible minecart on an invincible bat? Is it possible to make it controllable? How can I do this?

Best Answer

As far as I know, it is not in the AI of the bats to have "driveable" controls, so no, it can't be "driven".

But this command should work:

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

As for making it invincible, I'm not entirely sure if this will work (won't be able to test it until I get home)

/summon MinecartRideable ~ ~1 ~ {Riding:{id:"Bat",Invulnerable:1},Invulnerable:1}