Links
Tags
Creators
Details
All versions
v0.9.6-1.19.2
Release
Chika’s Plants Mod v0.9.6-1.19.23 months ago 76
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
Chika’s Plants Mod (CPM) – Release Notes Version v0.9.6-mc1.19.2 – 2026/06/15
Overview
This update mainly focuses on bug fixes and improvements.
Added
- Added a wooden crate (decorative block)
- Added 2 new herringbone-pattern variants for mixed planting pots
Fixed
- Changed tea leaves fermentation progression to use in-game time instead of item-based tracking (raw tea leaves can now stack normally and no longer need to be carried around)
- Fixed an issue where paulownia logs and wood could not be stripped with an axe
- Fixed an issue where the top section of three-block-tall plants dropped items in Creative Mode
- Fixed an issue where added water lily-type plants could be placed on land
- Fixed missing loot tables and recipes
- Fixed typos and naming issues in lang files
- Made minor texture adjustments
Changed
- Updated the bundled charcoal model
- Updated the LICENSE (explicitly allowing inclusion in Modpacks distributed through CurseForge and Modrinth)
Notes
- Please feel free to share any bug reports or feedback!
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:BkSEUbhu:R7YbInpK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BkSEUbhu:R7YbInpK"
}

