Minecraft – What’s the best way to build a track selector

minecraft-java-editionminecraft-redstone

I'm building a new terminal for my minecart tracks:

Minecart Tracks

Currently there are 8, I may add more later. What I'd like to add is a single arrival/departure track, with buttons to select destination. Pressing the button would switch the track layout to connect the departure track to the correct outgoing track. Ideally, arrivals would all be routed to the same spot, but that's of less importance.

What's the best way to implement this? I want a layout that's reasonably compact, and extensible, and doesn't rely on bugs.

Best Answer

Minecraftaddict has a series of tutorials on how to build minecart stations with multiple destinations. The episode included below showcases how you can use RS-NOR latches to change destinations.

The basic principle is that the main destination line must branch off onto various destination tracks, and these tracks are selected by Redstone Torches toggling on and off.

Also, TaviRider came up with an ingenious way to make a track selector for a minecart station. The design is extremely compact, and surprisingly, all the inputs all use the same input line.