Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.fall_damage.json
2021-07-02 13:05:57 +02:00

11 lines
381 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.fall_damage",
"type": "object",
"title": "Fall Damage 1.8.0",
"additionalProperties": false,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": [],
"properties": { "value": { "type": "number", "default": 1, "description": "UNDOCUMENTED: value", "title": "Value" } }
}