Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/minecraft.fall_damage.json
DaanV2 9f4342e97c Moved
2021-10-08 12:59:03 +02:00

11 lines
371 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" } }
}