All versions
1.1.0
Release
Elytra+ 1.1.06 months ago 1,319
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
π Elytra+ β Changelog
Welcome to the Elytra+ update history.
π Version 1.1.0 β The GUI & Smoothness Update
Modern UI, Smooth Roll, and Standalone Performance.
β¨ New Features
- Premium Modern GUI:
- New ID: Completely redesigned configuration screen with rounded corners and custom rendering.
- Tabbed System: Organized categories (HUD, Camera, Assists) for a cleaner UX.
- Visual Polish: Added glassmorphism backgrounds and accent highlights.
- Smooth Cinematic Roll:
- Interpolation: Added frame-rate independent rotation (Prev/Current state tracking).
- Refined Physics: Reduced sensitivity and increased smoothness for a more realistic banking feel.
- Intelligent Return: Smoother transition when leveling out or landing.
π οΈ Improvements & Fixes
- Metadata & Licensing:
- Author: Set to Kisliy.
- Website: Updated to t.me/Kisliy_K.
- License: Updated to CC-BY-NC-ND-4.0.
- Performance & Standalone:
- Removed Dependencies: Mod no longer requires YetAnotherConfigLib (YACL).
- Lightweight: Integrated all GUI logic directly into the mod for zero external overhead.
- Build System:
- Optimized Gradle configuration for better compatibility with Mac and local build environments.
π Version 1.0.0 β Initial Release
The Foundation of Flight.
β¨ Initial Features
- Basic Flight HUD: Speed and Altitude tracking.
- Camera Roll: First iteration of gravity-based banking.
- FOV Lock: Basic field-of-view stabilization.
- Prototypical Assists: Early versions of Cruise Control and Impact Prediction.
Fly higher, fly smarter.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:UOnlduQf:4bBGXwCt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UOnlduQf:4bBGXwCt"
}

