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

17 lines
468 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.water_movement",
"description": "Defines the speed with which an entity can move through water.",
"type": "object",
"title": "Water Movement",
"additionalProperties": false,
"required": [],
"properties": {
"drag_factor": {
"type": "number",
"default": 0.8,
"description": "Drag factor to determine movement speed when in water.",
"title": "Drag Factor"
}
}
}