Adds a few useful redstone tools.
Currently adds:
- Propagating redstone lamps!
- These relay their input signal to lamps next to them, if the colour matches
- Can be used for more compact displays
- Redstone divider
- Divides the input signal by a set amount
- The divider can be cycled through 2/3/5/7 by rightclicking
- The rounding mode (round up or down) can be set by shift rightclicking
- Redstone dial
- Outputs a signal with a fixed strength
- Can be set to output any signal between 0 and 15
- Redstone dial lamp
- Lights up based on redstone signal strength
- Seven segment lamp
- Displays redstone signal strength as a single hex digit
- Long range observer
- Can be set to focus on any single block 1-8 blocks in front
- Outputs a redstone signal when the focused block's blockstate changes
- Can see through solid blocks
- Calibrated observer
- Focuses on a specific property of the block in front of it
- Only pulses when that specific property changes
- Amethyst resonator
- When powered from the side, sends a signal to other resonators within 8 blocks in each direction
- When receiving a signal, outputs power at the bottom
- Useful for wirelessly transferring pulses
- Region analog reader
- Checks the region in front of it, either 3x3, 5x5, 7x7, 3x3x3 or 5x5x5
- Saves the average comparator output level of all blocks in that area that can output to a comparator
- Outputs that level to a comparator

