generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 176
Heal
apace100 edited this page Nov 2, 2020
·
1 revision
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.
Tutorials (Data packs)
Video Tutorial by CandyCaneCazoo
Tutorials (Add-ons)
Working with more unique powers
Lists
List of vanilla damage source names
Data Types