All versions
1.0.0-fabric-1.21.11
Release
elytra-trails 1.0.0-fabric-1.21.113 weeks ago 98
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
✨ Features
Enchantments
| Enchantment | Level | Effect | Recipe |
|---|---|---|---|
| White Trail ~ Black Trail | 1 | 16 color trail particles | Book + corresponding dye |
| Large Trail | 1 | Larger and brighter particles, adjustable spread radius | Book + Gunpowder |
| Multi-Trail | 1~5 (compatible up to 255) | Multiple parallel colored trails symmetrically distributed | Book + Gunpowder + Flint |
Color trails are mutually exclusive; Large Trail and Multi-Trail can coexist with color.
Characteristics
- Uses vanilla
trailparticles, seamlessly blending with the game's art style - Quadratic Bézier curve interpolation, smooth high-speed turns without frame drops
- Dual control via config file + gamerule, taking effect in real time
- Only 1 Mixin, minimal intrusion, high compatibility
⚙️ Config / Gamerule
| Config Option | Gamerule | Default | Range |
|---|---|---|---|
trailDuration |
/gamerule elytraTrailDuration |
100 ticks | 20~5000 |
spreadRadius |
/gamerule elytraTrailSpread |
1.0 blocks | 0~10 |
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:1ZkzxaSr:jzgfOkub"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1ZkzxaSr:jzgfOkub"
}

