1.2.1
Compatibility
Changes
Collectibles_KD 1.2.1 - 1.12.2
This update contains some minor fixes including one annoying one related to nametags on tamed entities. Along with this theres a bunch of new blocks and items, mostly related to Katekyo Hitman REBORN! Rings, Pacifiers and Weapon Boxes, all of which have a Dying Flame attribute. The Guidebook can explain a little more about these items and how they work. Overall you can get rings and boxes from drops, when using a box with a ring in offhand it opens the box and behaves like a lootbox, it is a fixed list of items currently but wouldn't destroy balance.
Additions
- Added Coloured Flint & Steel
- Added Coloured Flame Blocks
- Added Hitman REBORN Rings
- Added Hitman REBORN Pacifiers
- Added Hitman REBORN WeaponBoxes
- Added Hitman REBORN Leon the Chameleon
- Added more Pokeball variants (Stone, Wood, Quartz)
Changes
- Updated Guidebook with missing info
Fixes
- Fixed Nametags affecting collectible entities
- Fixed Koi fish message in logs
- Fixed Digivice colour defaults
- Fixed Digitama language file error
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:Y2v6ltXU:zFPgyVom"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y2v6ltXU:zFPgyVom"
}

