Files
minecraft-bedrock-json-schemas/source/general/entity_damage.json

40 lines
669 B
JSON
Raw Normal View History

2020-11-01 17:22:42 +01:00
{
"$id": "blockception.minecraft.general.1.8.0.entity.damage",
"type": "string",
2021-03-21 15:18:38 +01:00
"title": "Entity Damage Name",
2020-11-01 17:22:42 +01:00
"enum": [
"all",
"anvil",
"block_explosion",
"charging",
"contact",
"drowning",
"entity_attack",
"entity_explosion",
"fall",
"falling_block",
"fire",
"fire_tick",
"fireworks",
"fly_into_wall",
"lava",
"lightning",
"magic",
"magma",
"none",
"override",
"piston",
"projectile",
"starve",
2021-04-08 21:50:47 +02:00
"stalactite",
"stalagmite",
2020-11-01 17:22:42 +01:00
"suffocation",
"suicide",
"temperature",
"thorns",
"void",
"wither"
],
"description": "TODO description"
}