Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/fall_damage.json
2021-10-08 13:18:16 +02:00

11 lines
359 B
JSON

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