Describe the feature
I'm currently working on optimizing trajectories for infinite elytra fly (optimising for maximum average horizontal speed and finding the most stable trajectory for rocketless&no-elytra-durability-loss flight).
Right now I'm testing it as a separate meteor addon, but I'm thinking that my discoveries could be forked into meteor client itself.
I'm not exactly sure whether some complicated elytra fly techniques should be included in the meteor client...
If someone thinks that those features should be added, then the new question is how to implement it?
- As a separate module?
- As a set of multiple ElytraFly modes?
- As a set of multiple modes for Pitch40 mode of ElytraFly?
I'm still working on this wacky project, but here some graphs of 'decently optimal' flights.
close to Optimal average Vy(t) ~= (148 / 2600) * 20 = 1.13 blocks per second, while aiming for maximum average Vy
close to Optimal average Vx(t) is still being calculated
clost to Optimal trajectory for rocketless&no-elytra-durability-loss is yet to be calculated
Before submitting a suggestion
Describe the feature
I'm currently working on optimizing trajectories for infinite elytra fly (optimising for maximum average horizontal speed and finding the most stable trajectory for rocketless&no-elytra-durability-loss flight).
Right now I'm testing it as a separate meteor addon, but I'm thinking that my discoveries could be forked into meteor client itself.
I'm not exactly sure whether some complicated elytra fly techniques should be included in the meteor client...
If someone thinks that those features should be added, then the new question is how to implement it?
I'm still working on this wacky project, but here some graphs of 'decently optimal' flights.
close to Optimal average Vy(t) ~= (148 / 2600) * 20 = 1.13 blocks per second, while aiming for maximum average Vy
close to Optimal average Vx(t) is still being calculated
clost to Optimal trajectory for rocketless&no-elytra-durability-loss is yet to be calculated
Before submitting a suggestion
This feature doesn't already exist in the client. (I have checked every module and their settings on the latest dev build)
This wasn't already suggested. (I have searched suggestions on GitHub and read the FAQ)