Links
Tags
Creators
Details
v1.1.0-1.20.1
Compatibility
Changes
Chika’s Plants Mod (CPM) – Release Notes
Version v1.1.0 -mc1.20.1 – 2026/08/29
Overview
This update adds new features such as Hanging Pots, Floral Shears, and Aroma Candles. It also includes expanded flower pot functionality, adjustments to natural plant generation, additional language support, and various fixes and improvements to existing features.
Added
-
Added 7 types of Hanging Pots and Small Hanging Pots
-
Added a feature that allows Hanging Pots to be changed to a model with a trailing plant by using Vines on them
-
Added Floral Shears
-
Added a feature that allows plants in flower pots to be resized to 3 different sizes using Floral Shears
-
Added Aroma Candles
-
Added Wooden Crates and Open Wooden Crates for displaying plants and other items
-
Added a feature that allows plants in flower pots to be replaced with other plants
-
Added support for additional languages:
- German
- Spanish
- French
- Korean
- Polish
- Portuguese
- Russian
- Chinese (Simplified)
- Chinese (Traditional)
Fixed
- Fixed an issue where the light level of plants in flower pots and planters could change unnaturally
Changed
- Adjusted the natural generation of plants
- Optimized textures
Notes
- Please let us know if you encounter any bugs or have any feedback!
Version v1.0.0 -mc1.20.1 – 2026/07/01 Initial release
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:Gdc3wyZG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BkSEUbhu:Gdc3wyZG"
}

