Tags
Creators
Details
2.4.4
Compatibility
Changes
Bleach_KD 2.4.4 - 1.12.2
Small update that was meant to be in preparation for Cour 4 release. Got delayed and features cut but has since been pushed ahead due to a server that uses the mod. Small additions to the mod to prepare for future features and have no effect currently, eg the Hell Gate, nice model, added for Hell content in future. Some fixes and then QoL edits too.
Additions
- Added Quincy Blut, see Quincy Guide final page
- Added FishboneD Mask item
- Added HollowKnight Hollowed form
- Added Hell gate entity
- Added Hell gate summon item
- Added Arrancar Cloak armour
- Added Small Crab Hollow
- Added Russian language pack (v 2.4.3)
- Added Player Hollow Render tab to stats (WIP)
Changes
- Mask shards now add to hidden hollow point total
- Extra info added to some item descriptions
Fixes
- Fixed Quincy data not resetting correctly
- Fixed Quincy Vol2 being impossible to activate
- Fixed French translation format errors
- Fixed Hogyoku value not resetting
- Fixed Senkaimon animation
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:5BcVaIsq:ob4VaHAJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5BcVaIsq:ob4VaHAJ"
}

