• 6/9/15 6:01 am
- 589 views • 0 today
- save_alt 20 downloads
- Progress
- 90% complete
2
Hello,
So, this is a little project I've been working on lately. It generates a random number between 0 and 15 using 4 small random generators. Each of these contain one sword (non-stackable item) and a button (stackable item). And the dropper will place on of them when it's powered in a hopper placed next to it. The sword will be read by the system as an 'on' signal and the button as 'off'.
These 4 signals will then be translated from a binary signal to a real number.
I could add the numbers of my minecraft alphabet to the outcome so that you can clearly see a number. I can't find an other purpose of it other than just fun. If you find any please tell me.
I also think that some parts are still very large, so if you got an idea to make it smaller or work better. please tell me.
Dystrus
So, this is a little project I've been working on lately. It generates a random number between 0 and 15 using 4 small random generators. Each of these contain one sword (non-stackable item) and a button (stackable item). And the dropper will place on of them when it's powered in a hopper placed next to it. The sword will be read by the system as an 'on' signal and the button as 'off'.
These 4 signals will then be translated from a binary signal to a real number.
I could add the numbers of my minecraft alphabet to the outcome so that you can clearly see a number. I can't find an other purpose of it other than just fun. If you find any please tell me.
I also think that some parts are still very large, so if you got an idea to make it smaller or work better. please tell me.
Dystrus
1 Update Logs
Update #1 : by Dystrus 06/09/2015 10:09:30 amJune 9, 2015 @ 2:09 pm UTC
So I took a look at the system that made only one light burn. And I realised I had a better system in one of my redstone worlds. So i've updated that and changed it.
I couldn't find the design earlier, or could make a smaller one. So here it is.
I couldn't find the design earlier, or could make a smaller one. So here it is.
More like this
3345326
2


Have something to say?
I really like your random generator, it's huge