
ModMIT
Logic Gate
All-in-one, toggleable logic gate as a redstone component.
58
Downloads
2
Followers
2 months ago
Updated
📦
14
Versions
📖About Logic Gate
Logic Gate
This mod adds a logic gate as a redstone component similar to a repeater or a comparator, with toggleable logic modes.
Obtaining
A logic gate can be obtained via crafting. Check out the crafting recipe in the gallery.
Available Logic Modes
- Single-input (back):
BUFFER,NOT - Double-input (left and right):
OR,AND,XOR,NOR,NAND,IMPLY,NIMPLY
Toggle between Logic Modes
- Right-click on the logic gate to cycle through modes.
- Hold Shift and right-click to cycle in reversed order.
- Default mode when placed: BUFFER
- Logic modes are cycled in the following order:
BUFFER,NOT,OR,AND,XOR,NOR,NAND,IMPLY,NIMPLY
Configurable Gate Delays (since v0.3.0)
- Gate delay can be configured independently for each mode in the following ways:
- Mod Menu (Client only, for single-player)
- Check out the gallery.
- Command (Works for both client and server)
- Syntax:
/setLogicGateDelay [mode] [x|default], where modeis any ofbuffer|not|or|and|xor|nor|nand|imply|nimply;xis an integer between 0 and 20 inclusive;defaultsets the delay tick value to 2.- Requires the player to have a permission level of 2 or above.
- Syntax:
- Mod Menu (Client only, for single-player)