Tags
Creators
Details
2.4.6
Compatibility
Changes
Bleach_KD 2.4.6 - 1.12.2
Special quick update to fix some progession blockages due to adding extra restrictions being auto enabled. Also added some improvements both QoL and more options for servers, although usable in singleplayer too. A couple new content based things, don't actually spawn but are usable alongside CNPCs and such.
Additions
- Added Sephs Special Gillian
- Added Sinner Chain render layer for Sinner / Togabito race
- Added _checkWorldData <dimId> command to check values saved to dimension
- Added Fireball to FireShikai
- Added Spike Projectile to BloodShikai
- Added names to the setMask command
Changes
- Increased Cero Damage based on players base attack
Fixes
- Fixed Senkaimon and Hellgate Living Entities not working with CustomNPCs
- Fixed _setWorldPVPExp command not working
- Fixed Bankai, Segunda and Vol2 not working unless Deep Wound potion effect is active
- Fixed QuincyCloak crash in old worlds
- Fixed Leviathan Eye missing texture
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:HkeoWTaz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5BcVaIsq:HkeoWTaz"
}

