Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Customizes how the entity moves through water by adjusting drag coefficient. Lower values let entities glide through water easily like fish, while higher values create resistance for entities that struggle in water. Essential for aquatic mobs, boats, and any entity needing custom underwater physics.
Water Movement Properties
| Name | Default Value | Type | Description | Example Values |
|---|---|---|---|---|
| drag_factor | 0.8 | Decimal number | Drag factor to determine movement speed when in water. | Polar Bear: 0.98 |
Samples
Polar Bear
"minecraft:water_movement": {
"drag_factor": 0.98
}