Hello Everyone!
I have created a program that is 9 different logic gates in 1!
In this program, the computer is the gate and it acts just like the RedPower logic gates except that you can choose your outputs/inputs from all 6 sides.
Features:
1. Place your computer and type: pastebin get zP73LSsm startup
2. Hold ctrl+r for 2 seconds to reboot your computer
3. Follow the instructions from there
Want to see the code before you download it? View it here
Planned Features:
Pictures:
Changelog:
Other Information/FAQ:
by VikeStep & croswat
I have created a program that is 9 different logic gates in 1!
In this program, the computer is the gate and it acts just like the RedPower logic gates except that you can choose your outputs/inputs from all 6 sides.
Features:
- AND, OR, NOT, NOR , NAND, XOR, XNOR, Repeater and Timer (More is planned in future versions)
- Choose which sides are inputs/outputs
- Timer and Repeater Delay is easy to enter
- Optimised to be less laggy than existing RedPower Gates (especially timers)
- PLEASE NOTE: Walking away from a computer turns it off, when you walk back in range the computer will resume what it had before
1. Place your computer and type: pastebin get zP73LSsm startup
2. Hold ctrl+r for 2 seconds to reboot your computer
3. Follow the instructions from there
Want to see the code before you download it? View it here
Planned Features:
Toggle Latch
Pulse Former
Multiplexer
Synchronizer
Sequencer
Counter
Comparator
Redstone Torch with toggleable sides
NOR Latch
State Cell
Null Cell
Randomizer
Transparent Latch
Invert Cell
Non-Invert Cell
Light Sensor
Pulse Former
Multiplexer
Synchronizer
Sequencer
Counter
Comparator
Redstone Torch with toggleable sides
NOR Latch
State Cell
Null Cell
Randomizer
Transparent Latch
Invert Cell
Non-Invert Cell
Light Sensor
Pictures:
Starting Menu:
Choosing Inputs/Outputs:
AND Gate with left and front as inputs, right as output. Off
Same gate as above but on
Changelog:
v1 Initial Release Comes with AND, OR, NOT, NOR , NAND, XOR, XNOR, Repeater and Timer
Other Information/FAQ:
Why should we use this instead of RedPower Logic Gates?
Firstly, some people don't use RedPower, secondly, it adds the ability to input/output from sides of your choice (including on top and bottom of the computer) and thirdly, this is every logic gate in one providing much better ease of access
Will this be any better than RedNet from MineFactory?
It will most likely not be better than it, but while we wait for 1.5 we can use this and if you want you can still use it in 1.5
Will this work with Chunkloaders?
Yes it does work very well with chunkloaders
Will i need to retype the information when the computer shuts down?
If you followed the instructions and saved this to startup it should automatically resume what you had
I have a bug?! or Can you please add this?!
Please post it in this thread or Private Message me or croswat
Why is the conditions in a 3-input XOR gate that it must have an odd number of "on" inputs?
XOR means in literal terms one or the other, but not neither nor both. However this is true for two inputs, a 3 input xor gate is the result of the first two combined with the third input. So if all inputs are on, the first two will combine to create an off value and then this result combines with the third input which is on and since both inputs differ the result is on. This pattern can be summarised to having an odd number of "on" inputs
Can I use this in my YouTube LP or on my server?
Go ahead, as long as you don't claim it as your own work and if possible, link to this page so that others can use it too
Firstly, some people don't use RedPower, secondly, it adds the ability to input/output from sides of your choice (including on top and bottom of the computer) and thirdly, this is every logic gate in one providing much better ease of access
Will this be any better than RedNet from MineFactory?
It will most likely not be better than it, but while we wait for 1.5 we can use this and if you want you can still use it in 1.5
Will this work with Chunkloaders?
Yes it does work very well with chunkloaders
Will i need to retype the information when the computer shuts down?
If you followed the instructions and saved this to startup it should automatically resume what you had
I have a bug?! or Can you please add this?!
Please post it in this thread or Private Message me or croswat
Why is the conditions in a 3-input XOR gate that it must have an odd number of "on" inputs?
XOR means in literal terms one or the other, but not neither nor both. However this is true for two inputs, a 3 input xor gate is the result of the first two combined with the third input. So if all inputs are on, the first two will combine to create an off value and then this result combines with the third input which is on and since both inputs differ the result is on. This pattern can be summarised to having an odd number of "on" inputs
Can I use this in my YouTube LP or on my server?
Go ahead, as long as you don't claim it as your own work and if possible, link to this page so that others can use it too
by VikeStep & croswat