I tried asking this question in a previous thread of mine, but never really got an answer. Basically I'm trying to figure out if it's possible to connect 2 dispensers to the same button, and have a random one dispense an object when pressed.
I'm trying to build a more simplistic randomizer, but need 16 options. Seeing as how the dispenser sort of works like a 1-9 random number generator, I'm trying to increase that capacity by hooking 2 or more together.
You mean like hookup 3 dispensers, and depending on which item you get from the first one, that decides which button you press to activate one of the other dispensers? That could work, but if there's a simple way to do it with redstone I'd love to know.
How would you get the output of the first one to directly activate one of the others though? The only thing I can really think of there is to lay down pressure plates in a 3x3 area in front of the first one, and connect half of those plates to the 2nd dispenser, and the other half to the third.
I'm trying to build a more simplistic randomizer, but need 16 options. Seeing as how the dispenser sort of works like a 1-9 random number generator, I'm trying to increase that capacity by hooking 2 or more together.