Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.movement.skip.json
2021-07-01 16:51:30 +02:00

17 lines
483 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.skip",
"type": "object",
"title": "Movement.skip 1.8.0",
"additionalProperties": false,
"required": [],
"description": "This move control causes the mob to hop as it moves.",
"properties": {
"max_turn": {
"type": "number",
"default": 30,
"description": "The maximum number in degrees the mob can turn per tick.",
"title": "Maximum Turn"
}
}
}