Damage Effect
Customization Options
source
source
The ResourceLocation for any registered MobEffect, including modded ones.
Name: Damage Source
Key: source
Type: ResourceLocation
Default: minecraft:cactus
hasEntity
hasEntity
If the damage source is sourced from an entity, this should be marked as true
. This allows for the death messages to be displayed correctly in the event the target entity dies.
Name: Has Entity Source
Key: hasEntity
Type: Boolean
Default: false
strength
strength
The strength of the damage effect.
Name: Strength
Key: strength
Type: Integer
Range: 0 - 20
Default: 0
Last updated