Tick Rate (Block Condition Type)

Checks the tick rate of the chunk the block is in, or of its dimension, and whether time is frozen there.

Checks the tick rate of the chunk containing the block, or of its whole dimension, after the chunk → dimension fallback has been resolved.

Type ID: apoli:tick_rate

Fields

FieldTypeDefaultDescription
scopechunk, dimension or serverchunkWhich rate to read.
comparisonComparisonoptionalHow to compare the rate. Omit it to test only frozen.
compare_toInteger or Expression0The value the rate is compared against.
frozenBooleanoptionalWhen set, the scope must (or must not) be frozen.

Example

{
    "type": "apoli:tick_rate",
    "comparison": "<=",
    "compare_to": 5
}

True for blocks in a chunk that is crawling at a quarter speed or slower.