Description
Related Schematics
1ss 3t CCA
An 8-Bit 3 tick CCA (with Cout and Cin) Features: 1 signal strength minimum, soft input (not hard-powered) and doesn't require both input to have the same signal strength. This tech allows to chain adders together without the need of a repeater in between, which is helpful for circuits like Multiplier. Altough this current layout is hard to connect to each other. This adder is just a proof of concept. Theory and Design by Tosin, made in April 21st, 2024
Hex for-loop 2-wide version
Outputs once for every signal strength inputted. So if a signal strength of 7 is inputted, the output will flash 7 times.It has a few nice configuration options:- You can change the pulse duration of the output by increasing the delay on the repeater going into the comparator. Keep in mind that the delay on the repeater next to it needs to be equal to the delay of the repeater going into the comparator.- You can also change the delay between pulses by expanding the pulse extenderI also made a version that is one block longer and doesn't use a redstone lamp, but it is 3-wide instead of 2-wide. You can find that on my account page as well.