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

23 lines
443 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"
}
},
"examples": [
{
"value": 1
}
]
}