Links
Tags
Creators
Details
All versions
v0.9.2-1.19.2
Release
Chika’s Plants Mod v0.9.2-1.19.211 months ago 32
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.2-mc1.19.2 – 2025/09/28
Overview
This update improves compatibility with special plants from other mods.
- Expanded support for special plants from well-known mods in flower pots
- Added various new plants
- Adjusted natural generation to make exploration more enjoyable
Added
- Individual adjustments to allow special plants from other mods to be placed in flower pots (If a mod is not yet supported, please contact me for consideration)
- Added sand blocks for flower beds
- Added new three-block-tall plants (6 types)
- Added color variants for existing plants (5 types)
Fixed
- Separated the changelog into Japanese and English versions
- Reviewed natural generation for the newly added plants
Changed
- Lily pad-type plants can now be crafted and obtained in Survival
- Modified natural generation to allow co-existence of the same plant species
Notes
- More plants will be added in future updates
- Please 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:XMrDuQLl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BkSEUbhu:XMrDuQLl"
}

