Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.fall_damage.json
2021-06-09 09:41:09 +02:00

10 lines
354 B
JSON

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