Tags
Creators
Details
2.3+mod
Compatibility
Changes
ðŠī Botanical Pots 2.3
Greetings!
It's been a while since the last update. And what better time to release a new update than right after a fresh game drop?
In fact, this one brings some quite engaging stuff to the game. Most notable being a simplification of the upgrade obtainment through...
Wandering Traders â
Wandering Traders now always sell one random upgrade type. The price and the amount depend on how hard the upgrade is to obtain manually.
This solves one of the core issues with the new system: Potential conflicts with other datapacks could fully restrict you from obtaining a few upgrades... and the laziness factor.
Wandering Traders now also have a 50% chance of selling some clay balls. Pretty useful for especially complex challenges.
Magnifying Glass ð
You can now investigate potted plants, as long as you could do so with their ordinary version. Which, in turn, implies you no longer get the cheesy message when trying to investigate a pot.
The investigation process is now even more seamless. Some annoying blocks are now ignored, and some crucial issues with wild plants detection (that is, the ones you cannot grow) were resolved.
Advancements ð
The Rooted-Down advancement now only requires you to wait for 20 minutes instead of an hour. The description was rephrased to feel clearer.
Miscellaneous âïļ
Descriptions of some upgrade items were slightly changed to include proper formatting of important information.
That sounds too nerdy for what it is â basically, a few slight changes to some items.
The texture of the shattered upgrade was redrawn slightly to appear cleaner.
And, of course, we now support 1.21.6... and 1.21.7?!
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:k1WqriUs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CIBZjcRo:k1WqriUs"
}

