Tags
Creators
Details
Licensed MIT
Published 3 months ago
All versions
Bloodline SMP Client Mod
1.1
Release
BloodlineSMP-ClientMod3 months ago 15
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Bloodline SMP Client Mod v1.0.1
First public release of the Bloodline SMP Client Mod.
Added
- Custom Bloodline HUD
- Ability icons displayed above the hotbar
- Rebindable bloodline ability keybinds
- Cooldown overlays for abilities
- Live syncing with the Bloodline SMP server
- Locked and unlocked ability display states
- OmniBlade HUD override support
- Client-side support for bloodline switching and upgrade progression
- Custom notice popups and synced bloodline feedback
Included Bloodline Support
- Aqua
- Earthian
- Spartan
- Voider
- Omni / Universal systems
- OmniBlade override abilities
Notes
- This mod is designed specifically for the Bloodline SMP server
- It is required for the full intended UI and ability experience
- This is the first public upload, so more improvements and polish will come in later versions
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:OOD8odPl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AyZPItW4:OOD8odPl"
}

