Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/minecraft.underwater_movement.json
2021-10-08 13:04:13 +02:00

13 lines
388 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.underwater_movement",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"title": "Underwater Movement",
"additionalProperties": false,
"required": [],
"properties": {
"value": { "type": "number", "title": "Value", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}