Description
From MineCraft BluePrint (Website)
Related Schematics

8 bit barrel shifter version B
3 ticks, excluding input/output busleft shift, right shift, arithmetic right shift, rotate. version B has shift amount on the same height as data input, making it easier for using it in second operand. blue: data input, inverted, 15ss required purple: shift amount input, normal, 15ss required.keep in mind that doing a right shift by X is the same as doing a left shift by -X. please input the 2s complement if you want right shifts. yellow: output, normal, low output red: - disable left shift, use when only doing right shift- disable right shift, use when only doing left shift- disable sign extend, for use with arithmetic right shift

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.

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.