below_y
Passes when the entity's Y coordinate is below the specified value.
Categories: world
Required arguments
| Key(s) | Description | Type |
|---|---|---|
y | The Y coordinate threshold; the entity must be below this value. | EXPRESSION |
Example
conditions:
- id: below_y
args:
y: <value>