Skip to content

Velocity Y

Provismet edited this page Sep 9, 2023 · 1 revision

Entity Condition Type

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.

Clone this wiki locally