One Way Through Not Gate

One Way Through Not Gate
Stackable
Yes(64)

Overview

The One Way Through Not Gate is a Hybrid Gate that controls the passage of an incoming signal based on the Redstone Signal at its Control Pin (located on the unmarked Front Side).

When the Control Pin’s signal is low (0), the gate allows the signal from Pin Mark A to pass through to Pin Mark B. When the signal is high (>0), the gate blocks the signal. This behavior is similar to a relay with two connectable pins or a transistor that fully saturates even at low signal levels.

One Way Through Not Gate Example

Configuration

Parallel One Way Through Not Gate
Stackable
Yes(64)

Parallel Variant

The Parallel One Way Through Not Gate operates similarly to the normal variant by choosing whether to allow a signal to pass, but it uses a different pin mark layout.

The Parallel variant supports two configurations that are changeable with a right-click:

  1. Configuration: Signal Input Pin on the Front side, Control Pin on the Right and Left sides.
  2. Configuration: Control Pin on the Front side, Signal Input Pin on the Right and Left sides.

Crafting

Normal One Way Through Not Gate

Parallel One Way Through Not Gate

Version Log

VersionDescription
0.1.0Introduced. Block first reads the blockstate on the input, and if suitable, uses blockstate value, if not, reads redstone signal. Updates neighbours when output changes.
0.1.1Changed registry name from through_not_gate to floor_one_way_through_not_gate and parallel_through_not_gate to floor_parallel_one_way_through_not_gate. Replaced bottom texture from being that on the top to Smooth Stone Block.
0.2.0Changed registry name from floor_one_way_through_not_gate to normal_one_way_through_not_gate and floor_parallel_one_way_through_not_gate to parallel_one_way_through_not_gate. Can be placed on walls and ceiling. Updates the block on the output when output changes instead of updating all neighbours. Output data is stored on Block Entity. Lost `rotate` and `mirror` block methods..
0.2.1Reimplemented `rotate` block method. Reclassified as Hybrid Gate.