on_vehicle_collision
Fired when a vehicle collides with something.
Entry Information
| Property | Value |
|---|---|
| Entry ID | on_vehicle_collision |
| Type | Event |
| Color | Orange |
| Icon | fa6-solid:burst |
Description
This event is fired when a vehicle collides with an entity or block. Use this to apply collision damage, play impact sounds, or trigger knockback effects.
Fields
This entry has no custom fields beyond the standard fields (id, name, comment, group).
Usage Example
- entry: on_vehicle_collision
name: "On Vehicle Collision"
comment: "Fired when vehicle collides with something"
group: "vehicle_events"