Files
minecraft-bedrock-json-schemas/source/general/entity_damage.json
2021-02-01 18:39:12 +01:00

39 lines
688 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.general.1.8.0.entity.damage",
"type": "string",
"title": "Entity damage name",
"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",
"suffocation",
"suicide",
"temperature",
"thorns",
"void",
"wither"
],
"description": "TODO description"
}