Tags
Creators
Details
2.4.5
Compatibility
Changes
Bleach_KD 2.4.5 - 1.12.2
Fixes and edits for the recently added Blut as well as several other fixes that had seemingly cropped up, including Plant Shikai summons despawning instantly and Hollow kills not counting if something in offhand. Several edits to the guide and new World Data values as well as commands to use them in game. Beyond this there have been a few changes throughout but mostly backend in preparation for some future features.
Additions
- Added Griefing checks for Ore Hollow explosion
- Added Quincy Cloak Left shoulder option
- Added Hollow Tame item for testing purposes
- Added _setBlut command : -1 not obtained, 0 obtained, 1 veine, 2 arterie(not used)
- Added Blut configs for damage reduction values
- Added Deep Wound potion effect that restricts level 2 powers, eg Bankai, Segunda, Voll2
- Added Senkaimon & Hellgate Living entities, usable with CustomNPCs
- Added WorldData - global vs dimension sp/stat exp bonus gains & pvp restriction
- Added _setWorldSPMulti command, applies sp exp multiplier : _setWorldSPMulti <true/false> <value between 0.0F and 100.0F>
- Added _setWorldStatMulti command, applies stat exp multiplier : _setWorldStatMulti <true/false> <value between 0.0F and 100.0F>
- Added _setWorldPVPExp command to allow exp to be gained via pvp : _setWorldPVPExp <true/false(Global)> <true/false(allowPVP)>
Changes
- Edited guide to mention consumes quincy reiryoku when creating soul silver
- Edited guide clarifying total reiryoku for fullbringers
- Edited guide to mention 400 elements is limit
- Edited checks for Hollow Food config in hopes to fix
- Changed damage resistance time on sword hits for all weapons, may change combat difficulty
- Changed Captain Cloak code, hopefully fixing a "ModelBiped" issue
- Changed Gillians AI, more dumb but might ease some lag
- Made Hardcore stat points rarer
- Made Sanrei bow save to the player. Will overwrite if one is already stored.
- Reduced Blut defense default
Fixes
- Fixed Whole not progressing into Hollow immediately when chain reaches 0
- Fixed RenderActive not enabling/disabling correctly
- Fixed Hollow Crab texture issues
- Fixed Arrancar Cloak not working in cloak slot
- Fixed Hollow Players obtaining Garg ability when not in Overworld with Hollow Reishi ability
- Fixed Ore Hollow dropping "hollow ore spawn block"
- Fixed Hollow kills not counting for hollow players, offhand item issue, see guide
- Fixed Plant shikai auto killing summoned sprites
- Fixed Hardcore stat points being usable between resets
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:24eea1tK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5BcVaIsq:24eea1tK"
}

