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 ru_ru
translation key, thanks to Zero3epo!
- 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
Fixes crash
Updated to 1.20.5
- Fixed bug where Altitude would not show correct height above ground.
- Removed unnecessary y-axis showing in HUD and chat.
- Cleaned up and made HUD code more efficient
- Asynchronized altitude calculations
- Seperated HUD and Autoflight code
Release, 1.20.2+
Release 1.20.1
- Added feature: Doing /setDestination without entering coordinates re-uses the last destination set.
- Added feature: Chat feedback is sent when /removeDestination is used.
Fixed an error where the Config screen might crash.
Updated to 1.20.2+
- Added the AUTOPILOT features, where you can input coordinates with /setDestination x y z
- Updated HUD to include AUTOPILOT features
- Fixed a bunch of bugs
- Fixed a bug: Disabling a particular HUD element would leave extra blank spaces between lines
- Added Features: Elytra Durability now shows in HUD.
Initial Version