Links
Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 6 months ago
Updated 6 months ago
All versions
2.1.0
Release
Visual+ 2.1.06 months ago 8,631
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
๐ Version 2.1.0 โ Aerodynamic Update
Elytra Trails, Dynamic Wings, and Personalization.
โจ New Features
- Elytra Aerodynamic Trails:
- Visual Trails: Adds realistic aerodynamic trails behind wing tips during flight.
- Dynamic Wing Folding: Trails automatically adjust (shift and squeeze) based on flight speed to match elytra animations.
- Boost Mode: Dramatic visual change when using firework rockets (customizable colors).
- Granular Positioning: Real-time X, Y, Z calibration via GUI to match any player model or cape.
- Detailed Configuration:
- Dedicated Elytra Trails category in the config menu.
- Full control over width, height, opacity, lifetime, and colors.
๐ ๏ธ Improvements & Fixes
- Trail Suppression: Standard movement trails are now automatically hidden during elytra flight to prevent visual clutter.
- Metadata Update:
- Author: Updated to Kisliy.
- Website: Added t.me/Kisliy_K.
- License: Set to CC-BY-NC-ND-4.0.
- Rotation Math: Overhauled body-relative rotation to ensure trails follow the player's pose accurately in all dimensions.
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:oEHBR1Eb:UPsZwzTs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oEHBR1Eb:UPsZwzTs"
}

