Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/minecraft.water_movement.json
DaanV2 9f4342e97c Moved
2021-10-08 12:59:03 +02:00

17 lines
480 B
JSON

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