Height

Block Condition Type

Compares the Y position of the block to a value.

Type ID: origins:height

Fields

Field Type Default Description
comparison Comparison Determines how the Y position of the block should be compared to the specified value.
compare_to Float The value at which the Y position of the block will be compared to.

Examples

"block_condition": {
    "type": "origins:height",
    "comparison": "<=",
    "compare_to": 11
}

This example will check if the block is within Y=11 or lower.