Tags
Creators
Details
3.0.0
Compatibility
Changes
ðŠī Botanical Pots 3.0.0
Greetings?
I'm aware it's been over a year since we've last received a Botanical Pots update. Oh well, would you look at that!
Right off the bat, we're changing the versioning scheme to SemVer. This should lead to more consistency across versions. And so, shall we begin?
âžïļ Disclaimer
When updating, any existing pots might get broken. It's worth breaking them and placing them back!
Rock Band

It's a common myth that plants enjoy listening to music. Despite some studies showing that vibrations from the sound waves can stimulate some internal processes in plants, it's highly unlikely that music helps the plants in any way. Luckily, we're making a fucking game; it has to be fun.
Therefore, let's ignore all common sense and let plants react to nearby music. Playing a jukebox near a potted plant now increases its growth rate by 2x, which additively stacks with the overgrown upgrade.
When I first thought of this concept, one thing that came to my mind were all sorts of botany rooms people can build. filled with jukeboxes playing. I sincerely hope to have achieved that through this behavior.

Plants
We've reached the pinnacle of botanical progress: You may now plant Wither Roses, Crimson and Warped Roots, Eyeblossom, and finally, marking the 26.2 Release, Golden Dandelions.
We're introducing two brand new items to the project: The Flower Bouquet and so-called Braided Mushrooms. Those are replacements for cherry and dark oak treats respectively. Both of those items behave similarly: Interacting with them unwraps them, granting you a few of the contained items.
We're expanding the concept of matching biomes for all plants now; Which still doesn't mean that you may use Overgrown on the ones that require Rich Soil, but they will now have a chance of dropping it!
Some of the entries that were previously taken as one are now expanded. That way, you'll have to investigate both Azalea and Flowering Azalea to complete the "Defending the Thesis"
Some treats were changed for both internal and logical reasons. Your handy magnifying glass should guide you through them.
Advancements
To compliment our rock band, we're introducing two new advancements for having a jukebox play near a planted pot, one as a predecessor for "Defending the Thesis", and one as a great way to make the "Fun Guy" Dad Joke.
Descriptions
We're changing the descriptions of virtually all items for a better, tidier format that uses quite a few visual icons.
Add-ons
We're introducing a way for other datapacks to inject new plants to Botanical Pots. You can truly do all sorts of things with this change! Please refer to the Add-Ons 101 for a comprehensive guide.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Resourceful Pots 3.0.0.zip | Required resource pack | 44.25 KiB |
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:CIBZjcRo:RgyK79MO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CIBZjcRo:RgyK79MO"
}

