promotional bannermobile promotional banner

LogicGates | Redstone logic gates in one block!

Forget about giant Redstone logic gates. All logic gates in one block!

File Details

v1.2.0

  • R
  • Feb 12, 2025
  • 70.05 KB
  • 15
  • 1.21+19

File Name

LogicGates-1.2.0.jar

Supported Versions

  • 1.21
  • 1.20.3-Snapshot
  • 1.20.5-Snapshot
  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16
Since version 1.2.0 of the plugin, a way to change the input direction of the NOT gate has been added. To do this, configure the notGateInputPosition key in the config.yml file. You can set the value to default or opposite. The default value (default) sets the input position of the gate according to the old method. When changed to opposite, the input of the NOT gate will be reversed relative to the output of the gate (opposite). This is very useful when we want to build a layout that is kept in one line.
 
# Define the position of the input for NOT gate
# Options: default, oppositenotGateInputPosition: default
 
NOT Gate Input Position