Tags
Creators
Details
All versions
1.8.4
Release
Sequoia 1.8.42 months ago 38
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Optimize rendering-heavy SeqMod features
New Features
Added a standalone e command alias alongside the existing command path.
Improved ingredient waypoint radius visuals with clearer, multi-level rings.
Bug Fixes
Party health updates now respect the party health bar setting.
Improved Halcyon held-item detection and visualizer state handling.
Performance
Improved world map rendering by batching map shapes.
Reduced visualizer rendering complexity for smoother performance.
Increased responsiveness of party health refreshes.
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:fSCt6G6I:CkciUSss"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fSCt6G6I:CkciUSss"
}

