From ab909526ea69f930a56d6882581aa5d3b671319a Mon Sep 17 00:00:00 2001 From: Xterionix <72647213+Xterionix@users.noreply.github.com> Date: Sun, 21 Jul 2024 00:06:52 +0500 Subject: [PATCH] - Update damage source list --- source/general/entity/damage_source.json | 71 ++++++++++++------------ 1 file changed, 35 insertions(+), 36 deletions(-) diff --git a/source/general/entity/damage_source.json b/source/general/entity/damage_source.json index 62f80a0b..8d163877 100644 --- a/source/general/entity/damage_source.json +++ b/source/general/entity/damage_source.json @@ -3,42 +3,41 @@ "description": "The types of damage an entity can receive.", "type": "string", "enum": [ - "all", - "anvil", - "block_explosion", - "campfire", - "charging", - "contact", - "drowning", - "entity_attack", - "entity_explosion", - "fall", - "falling_block", - "fatal", - "fire", - "fire_tick", - "fireworks", - "fly_into_wall", - "freezing", - "lava", - "lightning", - "magic", - "magma", - "none", - "override", - "piston", - "projectile", - "ram_attack", - "sonic_boom", - "soul_campfire", - "stalactite", - "stalagmite", - "starve", - "suffocation", - "suicide", - "temperature", - "thorns", - "void", + "all", + "anvil", + "block_explosion", + "campfire", + "charging", + "contact", + "drowning", + "entity_attack", + "entity_explosion", + "fall", + "falling_block", + "fire", + "fire_tick", + "fireworks", + "fly_into_wall", + "freezing", + "lava", + "lightning", + "magic", + "magma", + "none", + "override", + "piston", + "projectile", + "ram_attack", + "self_destruct", + "sonic_boom", + "soul_campfire", + "stalactite", + "stalagmite", + "starve", + "suffocation", + "temperature", + "thorns", + "void", "wither" ] }