This move control allows the mob to swim in water and walk on land.
Amphibious Movement Properties
| Name | Default Value | Type | Description | Example Values |
|---|---|---|---|---|
| max_turn | 30 | Decimal number | The maximum number in degrees the mob can turn per tick. | Axolotl: 15, Turtle: 5 |
Samples
Axolotl
"minecraft:movement.amphibious": {
"max_turn": 15
}
Frog
"minecraft:movement.amphibious": {}
Turtle
"minecraft:movement.amphibious": {
"max_turn": 5
}