Files
minecraft-bedrock-json-schemas/behaviour/entities/1.8.0/components/minecraft.fall_damage.json
2020-11-01 17:22:42 +01:00

18 lines
427 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"
}
}
}