Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated 2 weeks ago
All versions
2.4.7
Release
Bleach_KD-2.4.7 - 1.12.22 weeks ago 69
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Bleach_KD 2.4.7 - 1.12.2
Another small update with several fixes for stuff added in previous update. Not much to note unless you use the world data to enhance specific dimension exp rates.
Additions
- Added glowing eyes to a test entity
Changes
- Made Tamed Hollows scream less frequently
- Edited Quincy Cloak code in hopes of fixing a crash
- Updated World Data commands with a dimension ID parameter
- "/bleach_kd_setWorldStatMulti <dimID> <isGlobal> <value>"
- "/bleach_kd_setWorldSPMulti <dimID> <isGlobal> <value>"
- "/bleach_kd_setWorldPVPExp <dimID> <isGlobal> <value>"
- "/bleach_kd_checkWorldData <dimID>"
Fixes
- Fixed World Data not saving to worlds correctly via commands
- Fixed a texture issue
- Fixed Hogyoku creating 2 Arrancars
- Fixed Pillar Fence blocks instantly breaking
- Fixed Tamed Hollows ignoring their Sit AI in some instances
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:3nPyOQTC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5BcVaIsq:3nPyOQTC"
}

