Skip to content
Space Walker edited this page Mar 1, 2021 · 2 revisions

back

cooldownDefault

The default cooldown time in ticks after receiving or moving an item.

cooldownPriority

The cooldown time in ticks after receiving an item from a hopper that ticked at the same time or earlier.

delayRisingEdge

Delay in ticks before being locked.

delayFallingEdge

Delay in ticks before being unlocked.

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.

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