Modify Death Ticks

Entity Action Type

Modifies how long the entity has been dead for.

Type ID: origins:modify_death_ticks

Fields

Field Type Default Description
modifier Attribute Modifier This modifier will be applied to the current death ticks value of the entity.

Examples

"entity_action": {
    "type": "origins:modify_death_ticks",
    "modifier": {
        "operation": "set_total",
        "value": 0
    }
}

This example will make the corpse of the entity remain in the world forever.