2021-06-06 10:07:19 +00:00
|
|
|
{
|
|
|
|
|
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.movement.jump",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"title": "Movement.jump 1.16.0",
|
|
|
|
|
"description": "Move control that causes the mob to jump as it moves with a specified delay between jumps.",
|
|
|
|
|
"additionalProperties": false,
|
2021-07-04 16:02:48 +02:00
|
|
|
|
2021-06-06 10:07:19 +00:00
|
|
|
"properties": {
|
|
|
|
|
"jump_delay": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"default": [0.0, 0.0],
|
|
|
|
|
"description": "Delay after landing when using the slime move control.",
|
|
|
|
|
"title": "Jump Delay",
|
2021-07-01 16:51:30 +02:00
|
|
|
"items": [
|
|
|
|
|
{ "type": "number", "title": "Minimum" },
|
|
|
|
|
{ "type": "number", "title": "Maximum" }
|
|
|
|
|
]
|
2021-06-06 10:07:19 +00:00
|
|
|
},
|
2021-07-01 16:42:21 +02:00
|
|
|
"max_turn": {
|
|
|
|
|
"type": "number",
|
|
|
|
|
"default": 30,
|
|
|
|
|
"description": "The maximum number in degrees the mob can turn per tick.",
|
|
|
|
|
"title": "Maximum Turn"
|
|
|
|
|
}
|
2021-06-06 10:07:19 +00:00
|
|
|
}
|
|
|
|
|
}
|