11 lines
392 B
JSON
11 lines
392 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.fall_damage",
|
|
"type": "object",
|
|
"title": "Fall Damage 1.8.0",
|
|
"additionalProperties": false,
|
|
"description": "TODO",
|
|
"required": [],
|
|
"properties": { "value": { "type": "number", "default": 1, "description": "TODO description: value", "title": "Value" } }
|
|
}
|