Description
Tiny Gates
Tiny Gates adds Redstone Gates: both full block gates (repeater sized), and when installed with Tiny Redstone, very tiny redstone gates that you can use to form tiny integrated circuits. (FYI: Latest beta for Minecraft 1.19.2 and 1.18.2, Tiny Redstone is now an optional requirement.)
Gates can be placed in any orientation: on floors, walls and ceilings!
This mod adds the following gates gates:
AND Gate
Outputs to front when a signal is received to both left AND right side.
OR Gate
Outputs to front when a signal is received to either left OR right side.
XOR Gate
Outputs to front when the input signals do not match, similar to a 3-way light switch.
NOT Gate
Outputs to front when there is no signal to the back. Similar to redstone torch but to single direction with no delay.
RS Latch
Outputs to front when signal on left (Set signal) is pulsed. Remains on until signal on right (Reset signal) is pulsed.
T Flip Flop
Output to front toggles on pulse to back.
Counter
Counts pulses received to back input (up to 15). Displays number and outputs that signal strength to front. Also, can act as a potentiometer. Input to left locks number. Input to right resets counter.
Clock
Outputs redstone pulses to front at a set interval. Right click for GUI to set interval. Disable with redstone signal to back.
Edge Detector
Outputs redstone pulse at start (rising edge) or stop (falling edge) of redstone signal to back input. Right click to toggle edge to detect (rising or falling).