Skip to content

Commit

Permalink
- Update damage source list
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Jul 20, 2024
1 parent e31b9c2 commit ab90952
Showing 1 changed file with 35 additions and 36 deletions.
71 changes: 35 additions & 36 deletions source/general/entity/damage_source.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit ab90952

Please sign in to comment.