Files
minecraft-bedrock-json-schemas/source/general/entity/damage_source.json
ライゼン1920 6116476550 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.
2023-11-15 21:41:51 +01:00

45 lines
780 B
JSON

{
"title": "Entity Damage Source",
"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",
"wither"
]
}