LookAt
The LookAt modification provides a convenient way to configure the character's viewing angle for various gaming tasks. With it, you can implement advanced teleportation schemes and create gaze direction presets.
Key Features
Create and save viewing angle presets for quick switching between them. Management is done through intuitive commands:
- /add
— adds a new viewing angle with the specified name - /remove
— deletes a saved angle - /locations — displays a list of all saved positions
- /look
— instantly turns the camera to the selected angle - /look
— sets specific angle values - /toggleturnup — toggles the automatic look-up option
Configuration
All saved settings are stored in the config/locations.json file. Example data structure:
{
"locations": {
"x": [
1.0,
1.0
]
},
"turnup": true,
}
Important: In version 2.21.4, the data storage format has changed. To migrate old settings, simply add one temporary point and then remove it — the system will automatically create an updated configuration file.
Practical Application
The mod is especially useful for creating complex teleportation systems that require precise camera positioning. Tutorial videos on integration with wireless movement schemes are available on YouTube.
Gain full control over your character's viewing direction and optimize gameplay with precise view presets!