Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated 5 days ago
All versions
1.4.0
Release
Trident 1.4.05 days ago 155
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
✨ What’s New?
-
General
- Updated to Minecraft 26.2 (thanks @Huparon <3)
- New module theme: Match Chat Background. Makes the background of modules have the same opacity as chat. Configured in Options->Chat Settings->Text Background Opacity)
-
Wayfinder Module
- Brought back compact style for the module due to popular demand.
🐛 Bug fixes and Misc.
- Fixed an issue that allowed people to pin UI elements in the chatroom menu
- Fixed Sky Battle Quads/Solo quests not working
- Fixed incompatibility with ResourcePackCached
- Fixed Sky Battle Solo missing the killfeed
- Fixed visual flicker when opening chests with "This spot is Depleted" title visible
- Changed error messages to be more clear that they're coming from Trident and not from the server
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:L6RCcsrd:Iz6MAqgr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L6RCcsrd:Iz6MAqgr"
}

