1.0.1
Compatibility
Changes
Party System — Update Notes
Bug Fixes
Party no longer disbands when a player dies and respawns.
Fixed the ability to attack party members after respawning.
Infinite duration effects (e.g. permanent Night Vision) now correctly display in the party HUD.
Offline party members now display their proper username instead of a random string of characters.
Improvements
Party HUD now updates reliably even during intense combat with frequent deaths.
Fixed errors when loading the mod on a dedicated server.
New
Added Xaeros Minimap support — party members are now visible on the minimap and in the world. The mod works normally without Xaeros Minimap installed.
NeoForge 1.21.1
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:Zw7PqIrg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hfcBKMOL:Zw7PqIrg"
}

