Initial Commit
This commit is contained in:
38
general/entity_damage.json
Normal file
38
general/entity_damage.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
Reference in New Issue
Block a user