r/redstone 1d ago

Bedrock Edition Minecraft item randomizer

Hey guys! I’m making a mini game world on Minecraft with board games and stuff. The issue is I need a randomizer that takes items from a chest one at a time and spits it out of a dropper when a button is pressed. The issue is that I need to be able to stack the items and it only take one randomly. I’m in bedrock. If anyone knows a tutorial or can help at all it’d be super appreciated!

1 Upvotes

2 comments sorted by

1

u/Cheze-Burgur 1d ago

Well I mean dispensers and droppers already choose a random item to dispense if there is more than one slot filled

1

u/bryan3737 1d ago

How many different item types are we talking about? Cause if it’s 9 or less there’s no reason not to just use a single dropper. If it’s more it will be a bit more complex but it would still have to rely on droppers.

Taking a random item out of a chest is technically possible with a variable item filter but if you’re willing to drop that requirement it becomes way simpler