• 7/10/19 7:38 pm
- 1.1k views • 0 today
- save_alt 60 downloads
- Progress
- 100% complete
Added CreditMCC Tool Chest
14
The 4B01 is a calculator that can add two number together to produce an answer.
Just input your first and second number in binary and it will automatically add them together and show the answer in binary. But it has a limitation to how big the number can be which this one limits to number 15. If the answer surpasses 15, one Redstone lamp will light up indicating an error message. The rest of the Redstone lamps is the answer in binary.
You must understand basic binary to input though...
I made half of the calculator on Bedrock edition because I was playing with my brother in creative mode blowing things up and when he left, I decided to mess with Redstone until I thought of creating a simple 4-bit calculator. But after a while I forgot that I was using Bedrock edition of Minecraft, so when I realized half way in making, I used MCC Tool Chest PE to convert bedrock edition save to Java edition and continued to build the calculator just to post it here and have it accessible for java edition.
Anyways, Enjoy! :)
Just input your first and second number in binary and it will automatically add them together and show the answer in binary. But it has a limitation to how big the number can be which this one limits to number 15. If the answer surpasses 15, one Redstone lamp will light up indicating an error message. The rest of the Redstone lamps is the answer in binary.
You must understand basic binary to input though...
I made half of the calculator on Bedrock edition because I was playing with my brother in creative mode blowing things up and when he left, I decided to mess with Redstone until I thought of creating a simple 4-bit calculator. But after a while I forgot that I was using Bedrock edition of Minecraft, so when I realized half way in making, I used MCC Tool Chest PE to convert bedrock edition save to Java edition and continued to build the calculator just to post it here and have it accessible for java edition.
Anyways, Enjoy! :)
More like this
4340650
2


Have something to say?
0000 = 0
0001 = 1
0010 = 2
0011 = 3
0100 = 4
0101 = 5
0110 = 6
0111 = 7
1000 = 8
1001 = 9
1010 = 10
1011 = 11
1100 = 12
1101 = 13
1110 = 14
1111 = 15