SimpleLogic Gates - Logic Elements for Redstone
SimpleLogic Gates mod provides a set of logic elements for redstone circuits, inspired by solutions from RedPower 2 and its successors, particularly RedLogic.
Available Components
The mod includes the following logic elements:
- Logic gates: OR/NOR, AND/NAND, XOR/XNOR
- Multiplexer
- Pulse former
- Buffer and inverted buffer (effectively a NOT gate)
- Set-Reset latch (from version 0.5.0.194+)
- Random value generator (from version 0.5.0.194+)
- Synchronizer (from version 0.5.0.196+)
- Bundle inverter (from version 0.5.4.0+)
- Bundle transceiver (from version 0.5.4.0+)
- Comparator (from version 0.5.4.8+)
- Timer (from version 0.5.4.8+)
- Bundle transposer (from version 0.5.5.0+)
- Repeater (from version 0.5.5.0+)
Additional Features
The mod offers several convenient functions:
- Switching between different gates in inventory using mouse wheel scrolling with Shift key held
- Inverting any input or output of an element by placing or removing a redstone torch
- Full compatibility with Redstone Paste starting from version 0.5.0.248a
Operational Features
Some elements have unique characteristics:
- Multiplexer, synchronizer and pulse former support analog input/output
- Random value generators don't create random numbers continuously - they require external signal for activation
- With weak redstone signal, random value generators create analog rather than digital values
- Set-Reset latches are actually JK latches - simultaneous activation of both inputs causes state toggle rather than unpredictable behavior
Technical Requirements
The mod requires CharsetLib library for operation.
For users familiar with Charset versions for Minecraft 1.9/1.10: the logic elements in this mod are direct descendants of those in the mentioned versions.