Files
minecraft-bedrock-json-schemas/source/general/entity_damage.json
2021-04-08 21:50:47 +02:00

41 lines
724 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",
"stalactite",
"stalagmite",
"suffocation",
"suicide",
"temperature",
"thorns",
"void",
"wither"
],
"description": "TODO description"
}