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