How do I stack a minecart on a bat?
//ads -- adsterra.com -- native banner
?>
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}
Pictures about "How do I stack a minecart on a bat?"



How do you stack Minecarts in Minecraft?
Using the chain on a different minecart will play the same clink sound and connect the two minecarts, and using a chain on a minecart and using the chain on the same minecart will remove the chain. Clicking on a chain connecting two minecarts will drop the chain and disconnect the minecarts.More answers regarding how do I stack a minecart on a bat?
Answer 2
/summon MinecartRideable ~ ~1 ~ {Riding:{id:Bat,Riding:{id:Pig}}} should probably work for steering? (might need an extra }
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Karolina Grabowska, Julia M Cameron, Ron Lach, Ron Lach
