generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Set Summon Max Life
Provismet edited this page Sep 9, 2023
·
2 revisions
Sets the maximum lifetime of a Clone or Minion entity.
Type ID: proviorigins:set_summon_max_life_ticks
Field | Type | Default | Description |
---|---|---|---|
amount |
Integer | The new max lifetime of the entity. |
"entity_action": {
"type": "proviorigins:set_summon_max_life_ticks",
"amount": -1
}
Sets the max lifetime to -1, this makes the entity ignore the max lifetime.