1.0.2
Compatibility
Changes
Bug Fixes
Offline party members now correctly display their username instead of a partial UUID string.
Party list now shows offline members with a grey indicator instead of hiding them completely.
Improvements
Party data sync on player logout is now delayed by one tick to ensure the offline status is correctly reflected for remaining members.
Removed excessive server-side logging that was flooding the console every 2 seconds.
NeoForge 1.21.1 Optional: Xaeros Minimap 25.3.13+
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:hfcBKMOL:emad8Gwv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hfcBKMOL:emad8Gwv"
}

