Velocity Y - Provismet/Provi-Origins GitHub Wiki
Checks the Y components of an entity's velocity.
Type ID: proviorigins:velocity_y
Fields
| Field | Type | Default | Description |
|---|---|---|---|
comparison |
Comparison | The comparison operation to use. | |
compare_to |
Integer | The value to compare to. |
Examples
"entity_condition": {
"type": "proviorigins:velocity_y",
"comparison": "<",
"compare_to": 0
}
Checks if the entity is currently falling.