Minecraft – How to break a minecart with the environment without destroying it

minecraft-java-edition

With the upcoming Redstone Update, I see the possibility of improving existing automated minecart station designs. One way of doing so is to vastly increase the storage capacity (or vastly reduce the required footprint) of the minecart storage area using hoppers, chests, and dispensers (or droppers, whichever is more appropriate).

My problem is, how can I reliably break a (presumably empty) minecart with just the environment such that it can be sucked up by a hopper? As far as I know, anything in the environment that can break a minecart can also destroy items, meaning instead of reusing them, they simply disappear.

Best Answer

This has been solved by some smart redstone YouTubers, with one of their tutorial videos below:

They drop the cart next to a cactus, but in my testing, I haven't found this to be strictly necessary. Simply having the cart travel straight into a cactus also works. The key in both instances is to have a hopper ready to accept the itemized cart. Without it, there's a chance it'll be destroyed by the cactus. The design below shows this, and is inspired by BDoubleO100 in this video. It may be hard to see, but there is track on top of a hopper which feeds the dispenser. The slab above serves 2 purposes: prevent the cactus from growing, and prevent damage to a hapless player, should they enter the area by mistake.

Minecart breaker