Tags
Creators
Details
2.3.6
Compatibility
Changes
BloodLine Client v2.3.6 Changelog
Client-Side Updates
HUD & Ability Display Overhaul
- HUD now dynamically displays only the exact number of abilities each bloodline supports.
- Removed unnecessary extra slots.
- Improved HUD positioning by moving display elements higher.
Responsive UI Scaling
-
Full compatibility with:
- Minecraft window resizing
- GUI scale settings
- Resolution scaling
-
HUD elements now properly resize and maintain proportions.
Ability Icons
- Replaced text-based indicators with dedicated ability icons.
- Fully integrated bloodline texture assets.
- Icons are handled entirely client-side.
- Built-in icons override texture packs for visual consistency.
Controls & Keybind Improvements
-
Bloodline key conflicts now only appear in Keybind settings.
-
Removed clutter from general Controls.
-
Consolidated category under:
- BloodlineSMP
-
Improved category placement near the top for easier accessibility.
Repository Updates
GitHub
- All client updates pushed directly to the
mainbranch. - Main project structure preserved.
- No additional branches created.
Documentation Updates
README Improvements
- Expanded client installation documentation.
- Improved mod setup guidance.
- Better explanation of HUD, textures, and keybind systems.
- Enhanced presentation for end users.
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:6I4T6ExG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AyZPItW4:6I4T6ExG"
}

