Tiny Gates
The Tiny Gates modification is an expansion for redstone enthusiasts, adding compact logic gates of two types. First, there are full-sized gates the size of repeaters, and second - ultra-compact variants that become available when the additional Tiny Redstone mod is installed (starting from beta versions for Minecraft 1.19.2 and 1.18.2, Tiny Redstone became an optional requirement).
All gates can be placed in any orientation: on floors, walls, and even ceilings, opening up new possibilities for creating complex circuits.
Available Logic Elements
AND Gate
Activates the output signal in front only when signals are received from both left AND right sides simultaneously.
OR Gate
Transmits signal forward when an impulse is received from either left OR right side.
XOR Gate
Outputs signal in front when input signals don't match - similar to a three-way light switch.
NOT Gate
Activates output signal when there's no input signal from behind. Works like a redstone torch but without delay and with directed output.
RS Latch
Turns on output signal when receiving impulse from left (set signal) and maintains this state until receiving impulse from right (reset signal).
T Flip Flop
Toggles output signal state with each impulse received from behind.
Counter
Counts impulses coming from behind (up to 15), displays current number and transmits corresponding signal strength forward. Can also work as a potentiometer. Signal from left locks the counter, while signal from right resets it.
Clock
Generates redstone impulses forward at set intervals. Right-click for GUI to configure interval. Disabled by signal from behind.
Edge Detector
Creates short impulse at the start (rising edge) or end (falling edge) of signal from behind. Right-click switches detection mode.