Logic Gate Mod
Adding Logical Circuits to Minecraft
This mod significantly expands the engineering capabilities of the game by introducing six different types of logic blocks for creating complex redstone circuits:

Main Types of Logic Gates
- OR - activates when at least one input is active
- AND - works only when all inputs are simultaneously active
- XOR - turns on with an odd number of active inputs
- NOR - opposite of OR, turns off when there are active inputs
- NAND - inverted AND, turns off with full system activation
- XNOR - triggers with an even number of active signals (including complete absence)
Interactive Block Configuration

Block management is done through simple item interactions:
- To set a side for signal reception, use lapis lazuli (right-click)
- To assign an output, apply redstone dust
- To invert block logic, use a fermented spider eye
- All blocks are compatible with piston mechanisms
Technical Features
These blocks do not pass redstone signals through themselves, similar to glass. Signals connect only to specially configured sides. Visual glow occurs only on the client side, eliminating lighting update lag.
The working principle resembles scaffolding - repeated clicking on an already configured side transfers changes to the adjacent block of the corresponding type.