Tags
Creators
Details
1.5.0-26.2
Compatibility
Changes
-- Elytra Contrails 1.5.0 for Minecraft 26.2 --
-
Ported to 26.2* (SEE BELOW)
-
Added wind despersion option for trails (in "General" settings)
-
Added wind speed and scale options (in "General")
-
Added "Fade Trail Edge" setting, makes the trails fade in and out on its edges
-
Added AOA Based width/alpha settings, allowing your trail to change appearance based on Angle of Attack (difference between your view direction and velocity) More info on the wiki!
-
Added "subtle" preset to showcase AOA based settings (trail will only show up when turning fast!)
-
Moved many settings to the "Debug" setting category
-
Removed "Check for Fresh Animations Player" option, as the FA+Player resource pack now includes support for elytra contrails (thank you FreshLX!)
-
Tweaked lifetime fadeout to be more subtle
-
Reverted back to worldspace sampling system, fixed initial float imprecision error
-
Added "skip length check" option to debug menu
-
Many more minor tweaks!
Please inform me of any bugs or issues on the github or discord server!
*26.2 port: Rendering has changed quite a bit, so I had to approach the rendering of trails a bit differently, as they looked bad when on top of water/clouds. I made it render AFTER water/clouds, but that may cause some issues with shaders, so it automatically switches to the old render time when shaders are enabled. More settings for this are available in the "Debug" section of the config screen!
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:dWMHBEAQ:CE2Cd2Up"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dWMHBEAQ:CE2Cd2Up"
}

