Tags
Creators
Details
2.3.4
Compatibility
Changes
BloodLine Server 2.3.4 / BloodLine Client 2.3.4
This update continues the public-SMP balance pass, improves several late-game bloodline abilities, and fixes Earthian Worldbreaker so it keeps the TNT effect without letting players grief terrain.
Added
- Added protected temporary bloodline structures for key arena-style abilities.
- Added non-grief explosion handling for Earthian Worldbreaker TNT.
- Added improved client/server release metadata for the
2.3.4build.
Changed
- Earthian
Worldbreakernow spawns TNT again, but the explosions only damage entities and do not break blocks. - Earthian
Consumewas changed away from the bury effect and now applies hunger-based pressure instead. - Earthian
Obsidian Cageduration was reduced, the target is kept centered, and the cage is protected from farming/mining while active. - Voider
Void Flightwas removed and replaced withDarkened. - Voider
Void Sendwas removed and replaced withVoid Control. - Spartan
Flaming Handsduration and burn time were reduced. - Spartan
Hell Dominionwas replaced with a protected Hell Domain-style arena ability with space checks before spawning. - Updated release/version references across server, client, and docs to
2.3.4.
Fixed
- Fixed
Worldbreakerso TNT visuals are back while terrain remains intact. - Fixed protected bloodline structures so players cannot freely break or farm them during active effects.
- Fixed the release number so jars and metadata now match the current build.
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:21pNjD1L"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AyZPItW4:21pNjD1L"
}

