{ "$id": "blockception.minecraft.behavior.entities.minecraft.movement.fly", "type": "object", "title": "Movement Fly", "description": "This move control causes the mob to fly.", "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" } }, "examples": [ { "max_turn": 30 } ] }