Files
minecraft-bedrock-json-schemas/source/behaviour/entities/1.8.0/components/minecraft.fall_damage.json
2021-03-21 15:18:38 +01:00

11 lines
393 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.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" } }
}