Height

Block Condition.

Compares the y position of the block to a value.

Type ID: origins:height

Fields:

Field Type Default Description
comparison Comparison How the Y position of the block should be compared to the specified value.
compare_to Float The value to compare the Y position of the block to.

Example:

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

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