AnalogueRS
Welcome to the world of modified redstone! This project serves as additional content for the popular Charset mod, offering players an extended set of analog logic elements for creating complex electronic systems.
New Logic Elements
The mod includes several unique devices that work with analog signals of varying strengths:
Analog Inverter - a signal converter that reverses input values. When receiving a signal of strength 5 on the back side, it transmits a signal of strength 10 on the front side. Without incoming signals, it functions as a standard redstone torch.
Analog Adder - a device that sums signal values from input sides and outputs the total sum to the front. If the result exceeds 15, overflow occurs with a return to zero (for example, signals of 10 and 8 will produce an output signal of 2). Starting from version 1.0.1, the right side serves as a carry output - when overflow occurs, a signal of unit strength appears here.
Additional Features of Update 1.1
This version introduced two new logic elements:
Analog Equality Comparator - has two inputs (from back and left). When values are equal, it outputs the original strength from the front and zero from the right side. When unequal, it sends zero forward and the result of bitwise exclusive OR of input values from the right side.
Analog Signal Synthesizer - generates various waveforms when powered from the back side (any strength). Parameter configuration is performed using a special synthesizer configuration tool.
Unfortunately, due to the removal of the Gates module from the main Charset mod, further development of this project has been suspended.