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:
| - | Redstone comparator | - |
| Redstone torch | Clock | Redstone 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 value | Ticks extended | Delay value | Ticks extended |
| 1 | 5 | 6 | 30 |
| 2 | 10 | 7 | 35 |
| 3 | 15 | 8 | 40 |
| 4 | 20 | 9 | 45 |
| 5 | 25 | 10 | 50 |
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. |