FallFlyingLib
This library is designed to eliminate conflicts between mods that add elytras or other means of gliding flight. It provides a unified API that allows developers to implement gliding functionality through a single interface.
For Players
Players do not need to install this library separately, as it is automatically included in the composition of mods that use it. If you encounter incompatibility between mods related to elytras or gliding, you can politely recommend that authors refer to this API instead of using mixins.
For Developers
Developers are advised to connect the library through the Gradle build system. Detailed instructions for setting up dependencies are available in the project repository's README file.
Inspiration
The concept of this library and the description structure were borrowed from the PlayerAbilityLib project.