Just Another Redstone Gate Mod
This modification requires Fabric API to function.
This addon expands redstone capabilities by offering various logic elements:
- AND Component: Activates only when both inputs receive a signal
- NOT-AND Contradiction: Disengages specifically when both inputs are simultaneously powered
- Exclusive OR Mechanism: Triggers when input signals differ from each other
- Exclusive NOR Logic: Operates when input states are identical
- OR Gate: Starts up if at least one input (or both together) becomes active
- NOR Disabling Circuit: Ceases operation when one or both inputs receive power
- NOT Logic Inverter: Reverses incoming signals (turns on into off and vice versa)
- Extended Duration Repeater: Each cycle matches the full duration of a standard repeater
- Signal Selector (Multiplexer): Switches between two input signals and routes the selected one to output
- Output Divider (Demultiplexer): Receives a single signal and directs it to a specific channel
- Majority Detector: Activates when two or more inputs become powered
Every included component features in-game tooltips that clarify their operational principles.