Skip to content

Pulse extender (v1.2)

A component that extends a redsone signal.

Obtaining

This block can be broken with any tool, as well as the fist.
It can be crafted using the following crafting recipe:

Crafting recipe

-Redstone comparator-
Redstone torchClockRedstone torch
-Redstone dust-

Behavior

This blocks extends a redstone signal. It starts outputting a redstone signal as it's input gets powered. Once it's input loses power, it stops outputting a redstone signal after a given delay.
The logicgates_clock_delay state defines the how long the pulse will get extended for. Larger delay will make the block extend a pulse for longer. Right click the block to cycle the delay value.

The total amount of ticks this block will extend for is equal to delay * 5.

Delay values to ticks extended
Delay valueTicks extendedDelay valueTicks extended
15630
210735
315840
420945
5251050

Data values

Block ID

logicgates:pulse_extender

Block states

Blockstate Values Description
facing east, west, north, south The direction the block is facing.
powered true, false Whether the block is emitting redstone power.
logicgates_clock_delay 1 to 10; Default 4; The delay of the clock block. Right clicking the block cycles the delay.
logicgates_extended_pulse 0 to 10; Default 0; The duration left during which the pulse will remain extended.