generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Velocity Y
Provismet edited this page Sep 9, 2023
·
1 revision
Checks the Y components of an entity's velocity.
Type ID: proviorigins:velocity_y
Field | Type | Default | Description |
---|---|---|---|
comparison |
Comparison | The comparison operation to use. | |
compare_to |
Integer | The value to compare to. |
"entity_condition": {
"type": "proviorigins:velocity_y",
"comparison": "<",
"compare_to": 0
}
Checks if the entity is currently falling.