22 lines
669 B
JSON
22 lines
669 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.sway",
|
|
"description": "Causes the mob to sway side to side giving the impression it is swimming.",
|
|
"type": "object",
|
|
"title": "Movement.sway 1.8.0",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": {
|
|
"max_turn": {
|
|
"type": "number",
|
|
"default": 30,
|
|
"description": "The maximum number in degrees the mob can turn per tick.",
|
|
"title": "Maximum Turn"
|
|
},
|
|
"sway_amplitude": {
|
|
"type": "number",
|
|
"description": "The amount of sway that is allowed for movement.",
|
|
"title": "Sway Amplitude"
|
|
}
|
|
}
|
|
}
|