Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.fall_damage.json

11 lines
381 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.fall_damage",
"type": "object",
"title": "Fall Damage 1.8.0",
"additionalProperties": false,
2021-06-16 16:19:12 +02:00
"description": "UNDOCUMENTED",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-06 10:07:19 +00:00
"required": [],
2021-07-02 13:05:57 +02:00
"properties": { "value": { "type": "number", "default": 1, "description": "UNDOCUMENTED: value", "title": "Value" } }
2021-06-06 10:07:19 +00:00
}