Update minecraft:damage_sensor damage sources (#194)

* Update damage_source.json

The list of damage sources have been updated and added new possible damage sources.

Damage source `attack` has been deprecated going forward and has been split into two, namely: `entity_attack` and `entity_explosion`.

Damage source `fatal` has also been deprecated in newer format/`min_engine` versions, and has caused content log errors upon testing. But will remain for backwards compatibility.
This commit is contained in:
ライゼン1920
2023-11-16 04:41:51 +08:00
committed by GitHub
parent c19ea88ba2
commit 6116476550

View File

@@ -5,8 +5,8 @@
"enum": [ "enum": [
"all", "all",
"anvil", "anvil",
"attack",
"block_explosion", "block_explosion",
"campfire",
"charging", "charging",
"contact", "contact",
"drowning", "drowning",
@@ -15,8 +15,8 @@
"fall", "fall",
"falling_block", "falling_block",
"fatal", "fatal",
"fire_tick",
"fire", "fire",
"fire_tick",
"fireworks", "fireworks",
"fly_into_wall", "fly_into_wall",
"freezing", "freezing",
@@ -28,7 +28,9 @@
"override", "override",
"piston", "piston",
"projectile", "projectile",
"ram_attack",
"sonic_boom", "sonic_boom",
"soul_campfire",
"stalactite", "stalactite",
"stalagmite", "stalagmite",
"starve", "starve",