Heal - apace100/origins-fabric GitHub Wiki

Entity Action. Heals an entity.

Type ID: origins:heal

Fields:

amount, float: The amount of health to restore.

Example:

"entity_action": {
  "type": "origins:heal",
  "amount": 6
}

This action heals the target entity for 3 hearts.