Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/underwater_movement.json
2022-07-22 19:41:04 +02:00

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