
Bloodline Smp
Bloodline SMP Client Mod adds the custom Bloodline HUD, ability icons, cooldown overlays, and rebindable keybinds used by the Bloodline SMP server. It also syncs bloodline state and powers the client-side visuals required for the full gameplay experience.
Tags
Creators
Details
2.5.1
Compatibility
Changes
2.9.1 - Built-in Auto Handshake Servers
Added
- The following servers now always auto-run
/bloodlinehandshakeon join, no setup required:195.1.18.60:15517voldsrud.chickenkiller.com:1551710.20.0.138:15517
- The handshake config screen (O key) now lists them under "Built-in (always auto-handshake)" so it's clear they are always active.
Notes
- Existing manually-saved servers keep working alongside the built-in ones.
2.9.0 - HUD Editor Crash Fix (Minecraft 1.21.11)
Fixed
- Fixed a crash (
IllegalStateException: Can only blur once per frame) when opening the Ability HUD editor. - Cause: the editor screen blurred the background a second time. Minecraft 1.21.11 already draws the blurred background before the screen renders and allows only one blur per frame.
- Added a safety fallback: if another mod already applied the blur this frame (e.g. rrls, SpruceUI, ImmediatelyFast), the editor logs a warning and draws a plain dark backdrop instead of crashing.
Notes
- This update is required for players on Minecraft 1.21.11.
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:AyZPItW4:VEPw9xwB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AyZPItW4:VEPw9xwB"
}
