OK, so these blocks are to condense redstone circuitry, making it simpler and easier to work with. It primarily involves the crafting of simple logic gates, but also includes the possibility of an electronics bench for the crafting of these redstone devices.
First off, the electronics bench. It would be crafted like so: [] []
And would give an interface similiar to that of the crafting bench, and would allow the player to arrange redstone dust on the interface in order to create redstone circuitry parts.
------------
Each logic gate would be a block, very similiar to the current redstone repeaters in style. Each gate will usually with two inputs and one output for redstone 'cables' - the inputs would be opposite one another, with the output on another side, all on the horizontal axis.
The output would depend on the values of the inputs and the type of logic gate. Redstone uses a Boolean system - ON or OFF, 1 or 0, TRUE or FALSE. Note: In the following, T is True, F is False.
These are the gates craftable: AND: Only true if both input are true. OR: Only true if at least one input is true. XOR: Only true if both inputs are not equal (one=true, another=false) NOT: True if input is false. NAND: True if less than both inputs are true. NOR: True if both inputs are false. NXOR: True if both inputs are equal (both true or both false)
For more information on how these logic gates work, read up on wikipedia. There are some tables and such that makes things clear. The above is a simple, quick overview of how simple boolean logic gates work. http://en.wikipedia.org/wiki/Logic_gate
------------
Now, this idea for better redstone circuitry could potentially include other devices. I think pulsars could be very useful (device that rapidly turns on and off, and (like repeaters) this speed would be changeable). Also, perhaps memory?
Support the Allocator! Find my inventions such as my pressure plate removal detector on the About Me page of my profile.
I'm still looking for more feedback on my configurable Redstone Gate mod. All gates and common circuits (such as e.g. clocks, edge detectors, latches and Flip-Flops) in a single block.
To me, those look incorrect :tongue.gif: (the NAND, NOR, NXOR ones...)
Yours are wrong.
Rollback Post to RevisionRollBack
Support the Allocator! Find my inventions such as my pressure plate removal detector on the About Me page of my profile.
I'm still looking for more feedback on my configurable Redstone Gate mod. All gates and common circuits (such as e.g. clocks, edge detectors, latches and Flip-Flops) in a single block.
OK, so these blocks are to condense redstone circuitry, making it simpler and easier to work with. It primarily involves the crafting of simple logic gates, but also includes the possibility of an electronics bench for the crafting of these redstone devices.
First off, the electronics bench. It would be crafted like so:
And would give an interface similiar to that of the crafting bench, and would allow the player to arrange redstone dust on the interface in order to create redstone circuitry parts.
Each logic gate would be a block, very similiar to the current redstone repeaters in style. Each gate will usually with two inputs and one output for redstone 'cables' - the inputs would be opposite one another, with the output on another side, all on the horizontal axis.
The output would depend on the values of the inputs and the type of logic gate. Redstone uses a Boolean system - ON or OFF, 1 or 0, TRUE or FALSE. Note: In the following, T is True, F is False.
These are the gates craftable:
For more information on how these logic gates work, read up on wikipedia. There are some tables and such that makes things clear. The above is a simple, quick overview of how simple boolean logic gates work.
http://en.wikipedia.org/wiki/Logic_gate
Now, this idea for better redstone circuitry could potentially include other devices. I think pulsars could be very useful (device that rapidly turns on and off, and (like repeaters) this speed would be changeable). Also, perhaps memory?
What do you think? Comments? Additional ideas?
Comments please! :tongue.gif:
I'm still looking for more feedback on my configurable Redstone Gate mod. All gates and common circuits (such as e.g. clocks, edge detectors, latches and Flip-Flops) in a single block.
Thanks, but I did search and it came up with all those results - different dimensions and all circuitry on a single block. This is different!
EDIT: Oops, no, you're correct.
Yours are wrong.
I'm still looking for more feedback on my configurable Redstone Gate mod. All gates and common circuits (such as e.g. clocks, edge detectors, latches and Flip-Flops) in a single block.
Alrighty, I changed the first post. Thanks guys!