Fixed bugs:
- Enabling Autopilot while exploring an area wouldn't disable the exploreArea command, leading to both commands being active at teh same time.
- If a landing was somehow interrupted, the mod would re-attempt to land the next time autopilot is used, even if the player is starting a new journey.
- The target destination is not removed when Autopilot is disabled using the keybind, leading to the user's flight direction being locked.
- Updated to 1.21
- Added features
- /exploreArea <x1> <z1> <x2> <z2>
- Explores and generates all chunks within the boundries of the rectangle set by the coordinates x1, z1, x2, z2
- where x1 and z1 are the bottom-left coords of the rectangular area you want to explore
- and x2 and z2 are the top-right coords of the rectangular area you want to explore.
- /exploreArea <x1> <z1> <x2> <z2>
- Added a feature: Music Player
- Instrumental music will play while Automatic Flight Mode is enabled
- There are currently 9 audio tracks (custom made and music
- Custom tracks are created by Swaritz
- Wait Music Disc
- Embark On A New Journey
- Sweeping Through The Clouds
- Otherside Music Disc
- The First Ray of Sunshine
- Pigstep Music Disc
- Mellohi Music Disc
- A Feeling Like Never Before
- Homesick
- Tracks will play in the above order
- Config option to disable specific tracks is present
- Config option to disable music player entirely is present. Note: Music player is off by default; you have to enable it in the config.
- Modified landing algorithms:
- Multithreaded
- faster
- more precise
- Added Analytics
- Analytics includes the following data:
- Distance
- Time
- Average speed
- Elytra durability used
- Can be disabled in the config
- Stored on a per-flight basis, when a new flight begins, the old data is deleted
- Analytics data is only stored for Autopiloted flights.
- You can see the data by running /flightanalytics or by enabling 'Automatically print analytics' in the config
- Analytics includes the following data:
- Added new config options:
- Record flight analytics: activates analytics recording (see above)
- Automatically print analytics: automatically prints analytics data in chat, without the user having to run /flightanalytics