
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.3.6
Compatibility
Changes
BloodLine Server v2.3.6 Changelog
Server-Side Updates
Cross-World Command Functionality
- Bloodline and administrative commands now function in all worlds.
- Disabled worlds now correctly restrict only bloodline abilities instead of command access.
- Improved world-specific logic for more consistent server behavior.
Spartan Bloodline Fixes
Primary Ability
- Spartan primary now activates instantly.
- Removed delayed activation behavior.
Secondary Ability
- Fixed Flaming Hands conflicts while sneaking.
- Prevented accidental retriggers and combat cancellations.
- Improved Spartan combat consistency.
Repository Updates
GitHub
- All updates pushed directly to the
mainbranch. - No alternate branches or unnecessary trees created.
- Repository structure preserved and cleaned.
Documentation Updates
README Improvements
- Expanded server setup documentation.
- Improved installation instructions.
- Better project organization and clarity.
- Enhanced presentation for server administrators and consumers.
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:cmVnRvpH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AyZPItW4:cmVnRvpH"
}
