Description
test
Related Schematics

8b vertical decoder
Generated by https://github.com/ZpippoZ/minecraft-vertical-decoder-generator

Hex for-loop
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 locked repeater. Keep in mind that the delay on the repeater that locks it needs to be equal to the delay of the locked repeater.- You can also change the delay between pulses by increasing the pulse extenderI also made a version that is 2-wide instead of 3-wide but is one block longer and uses a redstone lamp. You can find that on my account page as well.

7b vertical decoder
Generated by https://github.com/ZpippoZ/minecraft-vertical-decoder-generator

Hex Value Clamper
Takes a min value, max value, and an input. Forces the output to be between the min and max value, i.e. if the input value is above the max value, the output becomes the max value. 4 x 3 x 2