Tags
Creators
Details
1.3.1
Compatibility
Changes
1.3.1 HOTFIX:
Fixed presets and default having wrong first person fade time Fixed first person fade time affecting freecam
1.3.0:
Huge update!
Changes:
Render system completely rewritten, much more performance (thanks Flamgop!)
Server Communication: If the mod is installed server-side (or the spigot plugin coming soon), players with the mod can see eachother's customized trails! also they can see eachother twirling! there are options on the client to disable sending trail information,
Added many new config options for trails:
- Enable Trail Toggle
- Translucent Trail Toggle
- Wireframe Trail Toggle
- Glowing Trail Toggle
- Delay First Person Trail
- Trail Color
- Trail Alpha
- Trail Fade-in toggle/distance
- Trail Pride Flag Texture! Select from many provided textures. Resource packs can define new ones too!
- Global toggle for all trails
- Global toggle for twirling
- Global toggle for ignoring minimum trail speed when twirling
- Toggle for twirling camera in first/third person (motion sickness. fishy made me add this)
- Toggle for logging trail creation/deletion
- Toggle for shaders forcing glowing to be turned on
- Button to clear all trails
Trail Presets:
- Comes with 6 presets, but players can create as many as they want! Resource packs can also define new presets.
Trail options can be applied to yourself, or as defaults for other players.
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:Fbu9J1mz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dWMHBEAQ:Fbu9J1mz"
}

