Tags
Creators
Details
1.6.3-26.2
Compatibility
Changes
-- Elytra Contrails 1.6.3 HOTFIX for Minecraft 26.2 --
- Added debug render to diagnose issues (in Debug settings in modmenu, shows trailpoints)
- Fixed billboarding issues with XP orb trails
- Fixed issue where trail ending wouldn't remove its activeness
- Removed redundant code in sampling
-- Elytra Contrails 1.6.2 HOTFIX for Minecraft 26.2 --
- Fixed twirl keybind issues but in cloth config screen this time
-- Elytra Contrails 1.6.1 HOTFIX for Minecraft 26.2 --
- Fixed twirl keybind issues
- Added hide_two built in texture
-- Elytra Contrails 1.6.0 for Minecraft 26.2 --
Additions:
- EMF 3.3+ Support
- Added built in resource pack for Experience Orb trails
- Added EMF Variable "twirl_angle" which allows EMF animations to access current twirl angle
- Added EMF Variable "twirl_state" which allows EMF animations to access current twirl state/progress. 0-1 is easing in, 1-2 is in between, and 2-3 is easing out.
- Added "Simplify Lighting" option, makes trail rendering much more optimized, but makes it so trails don't update lighting once created. (Enabled by default)
- Added option to fix vanilla bug related to crouching near a ceiling while elytra flying (Enabled by default)
- Added option to visually disable crouching entirely while flying (Disabled by default)
- Added gamerule "elytratrails:enable_trails", if disabled will cause other player trails to not render for clients with the mod (useful for minigames)
- Added gamerule "elytratrails:enable_twirls", if disabled will prevent twirl packets from being sent
- Added ability to bind keys for a second twirl of a different type than the first one
- Added ability to change twirl axis
- Added actionbar message when trails are toggled
Changes:
- Rewrote twirl system entirely
- snapping trail point now adds a fake point instead of snapping the last one, looking significantly smoother and preventing weirdness at lower sample rates
- Dynamic wingtip curve tweaked a bit
ElytraTrailAPI:
- new API where mods can define certain things about trails
- Mods can register new EaseTypes for twirls
- Mods can set trails to specific entities or entity types
- Mods can check if an entity is currently emitting a trail
- Mods can check if an entity is currently twirling and at which angle
- More info on the github
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:5VAxvNFC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dWMHBEAQ:5VAxvNFC"
}

