Skip to content

Activator Rail

Space Walker edited this page Mar 1, 2021 · 3 revisions

back

delayRisingEdge

Delay in ticks before powering on.

delayFallingEdge

Delay in ticks before powering off.

lazyRisingEdge

When enabled, the block is "lazy" on the rising edge. Whenever it is ticked and it is unpowered, it will power on without checking for received power.

lazyFallingEdge

When enabled, the block is "lazy" on the falling edge. Whenever it is ticked and it is powered, it will power off without checking for received power.

powerLimit

The maximum distance power can flow through activator rails.

randomizeQuasiConnectivity

When enabled, quasi connectivity works randomly in all directions where it is enabled.

tickPriorityRisingEdge

The tick priority of ticks scheduled for the rising edge.

tickPriorityFallingEdge

The tick priority of ticks scheduled for the falling edge.

Clone this wiki locally