Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.movement.basic.json

17 lines
467 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.basic",
"type": "object",
"title": "Movement.basic 1.8.0",
2021-07-01 16:51:30 +02:00
"description": "defines the movement of an entity.",
2021-06-06 10:07:19 +00:00
"additionalProperties": false,
"required": [],
"properties": {
2021-07-01 16:51:30 +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
}