Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.fall_damage.json
2021-05-26 01:23:51 +02:00

10 lines
337 B
JSON

{
"$id": "blockception.minecraft.behavior.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" } }
}