Links
Tags
Creators
Details
All versions
v0.9.4-1.19.2
Release
Chika’s Plants Mod v0.9.4-1.19.29 months ago 9,385
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
Version v0.9.4-mc1.19.2 – 2025/11/23
Overview
This update expands the variety of flower pots and aligns the vanilla pot’s behavior with the modded version.
- Added new variations to existing pots
- Unified the vanilla flower pot’s behavior with the modded pots
Added
- Added 5 new wild-type plants
- Added flowerbed edging
- Added half-size variants of flowerbed blocks
- Added new flower pot variations (cup-shaped, watering-can-shaped, wooden square type, and color variants of existing pots)
Fixed
- Fixed an issue where harvesting crops or plants from pots yielded more items than intended
- Fixed melons and pumpkins dropping a seed when their stem is harvested
- Slightly optimized the mod by unifying block models
- Fixed an issue where bellflowers were not generating naturally
Changed
- Renamed the flower pot item to accommodate the increased number of variants
- Updated several crafting recipes related to pots for the same reason
- Increased pot durability to prevent accidental breaking
Notes
- More pot variations are planned for future updates
- 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:MDM9VtCz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BkSEUbhu:MDM9VtCz"
}

