Skip to main content

on_vehicle_collision

Fired when a vehicle collides with something.

Entry Information

PropertyValue
Entry IDon_vehicle_collision
TypeEvent
ColorOrange
Iconfa6-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"