T Trigger

T Trigger
Stackable
Yes(64)

Overview

The T Trigger is a Digital Gate that toggles its output state when a Redstone Signal at the Toggle pin experiences a rising edge (the first tick when the signal goes from 0 to more than 0). Unlike Latches, Triggers only change their state on rising edges, while Latches change their state as long as the corresponding pin remains active.

Boolean Logic Table

The T Trigger operates according to the following Boolean logic table:

InputOutput
0Q
Rnot Q
1Q
FQ

Q represents the last output state of the T Trigger, and not Q is its opposite value.

R and F represent the rising and falling edges, respectively, of the input signal:

Configuration

The pins can be configured to face any side by right-clicking the block. This flexibility allows for easy integration into various circuit designs.

Pin Mark AToggle pin

Crafting