
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.0
Compatibility
Changes
⚡ Bloodline Hotkeys - Changelog
2.5.5
✨ New Features
-
🖱️ Draggable HUD Editor
- Added a new HUD editor in the client settings.
- Drag and reposition every UI element anywhere on your screen.
-
⚡ New Bloodline: Raiju (Lightning)
-
🌪️ New Bloodline: Hera (Air)
-
❄️ New Bloodline: Otzi (Ice)
⚡ Raiju (Lightning)
Passive
Speed I
Permanently grants Speed I while Raiju is your active bloodline.
Primary — Lightning Strike
- Strikes every enemy within 10 blocks
- Deals 5 damage + 0.75 per level
- Applies Slowness II for 2 seconds
- Cooldown: 60s
Secondary — Dash
- Launches you in the direction you're looking.
- Cooldown: 25s
Special — Electric Shock
- Raycasts up to 18 blocks
- Hits one target
- Deals 4 damage + 0.5 per level
- Applies:
- Slowness V
- Weakness II
- Duration: 4 seconds
- Cooldown is refunded if no target is hit.
- Cooldown: 90s
Fourth — Electric Charges
- Stores 10 charges
- Fires one charge automatically every second
- Each strike:
- Hits enemies within 10 blocks
- Deals 3 damage
- After all charges are consumed:
- 300 second cooldown
Fifth — Electro Dash
- Grants a 12 second buff
- Effects:
- Speed V
- Forward dash
- Every block travelled creates a lightning trail
- Trail deals 2 damage to nearby enemies
- Cooldown: 120s
❄️ Otzi (Ice)
Passive
No passive ability.
Primary — Freeze
- Raycasts up to 18 blocks
- Completely freezes one target for 5 seconds
- Target cannot:
- Move
- Attack
- Break blocks
- Place blocks
- Use Ender Pearls
- Cooldown: 90s
Secondary — Freezing Aura
- Affects enemies within 10 blocks
- Applies:
- Slowness III
- Mining Fatigue II
- Duration: 15 seconds
- Cooldown: 120s
Special — Slippery Field
- Creates a 10 block ice field
- Lasts 10 seconds
- All entities slide 28% faster
- Terrain restores automatically afterwards
- Cooldown: 180s
🌪️ Hera (Air)
Passive — Double Jump
- Toggle flight to perform a double jump
- Launches you upward with cloud particles
- Reduces fall damage
Primary — Updraft
- Launches all nearby enemies upward
- Range: 10 blocks
- Cooldown: 90s
Secondary — Flight
- Grants Creative Flight
- Duration: 30 seconds
- Cooldown: 180s
Special — Dash
- Launches you forward
- Cooldown: 45s
Fourth — Wind Control
- Raycasts up to 18 blocks
- Takes control of one target for 5 seconds
- Target is constantly pulled toward where you're looking
- Applies Slowness IV
- Cooldown is refunded if no target is found
- Cooldown: 180s
Fifth — Gravity Pull
- Pulls all enemies within 10 blocks toward you
- Applies:
- Slowness III
- Mining Fatigue III
- Duration: 5 seconds
- Cooldown: 180s
2.3.9 — Minecraft 1.21.11 Compatibility
🛠 Fixed
- Fixed a client initialization crash on Minecraft 1.21.11 caused by outdated
KeyBindingconstructor reflection. - Updated keybind registration to use the new KeyBinding.Category API.
- Fixed Bloodline HUD icons not rendering because of the updated
DrawContext.drawTexture()API. - Rebuilt the client for Fabric / Minecraft 1.21.11.
📌 Notes
- ✅ Recommended for all Minecraft 1.21.11 players.
- ✅ Compatible with:
- Fabric Loader 0.19.x
- Fabric API 0.141.x
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:W7V7Cgm0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AyZPItW4:W7V7Cgm0"
}
