Set On Fire - apace100/origins-fabric GitHub Wiki
Entity Action. Sets the entity to burn for a specified duration.
Type ID: origins:set_on_fire
Fields:
duration
, int: The amount of seconds the entity should burn.
Example:
"entity_action": {
"type": "origins:set_on_fire",
"duration": 5
}
Sets the entity on fire for 5 seconds.