P
Pop Storm Daily

Removing Minecarts in 1.7.10 using command blocks

Author

Sophia Edwards

Published May 18, 2026

Is there a way to remove Minecarts from a map using command blocks in 1.7.10?

1

1 Answer

Try:

/kill @e[type=MinecartRideable]

In a command block. That should do it!

1