All versions
2.4.0
Release
Serene Shrubbery 2.4.0 NEO2 months ago 6,418
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
V2.4.0 - Prettier Petals!
- Added a Bloom Basket variant for Twinflowers, Crown Cacti, and Blue Orchids!
- Added White, Pink, and Indigo Butterfly Bushes!
- Added Green Hydrangeas! Grown by breeding Blue + White Hydrangeas!
- Revamped Fireweed model!
- Revamped every Pansy flower texture, including all corresponding Pansy Bloom Baskets.
- Redone Blue, Purple, White, Red, and Halloween Hydrangea textures.
- Beautified every existing flower item texture!
- Butterfly Bushes now spawn Butterfly particles around the bush instead of only when the plant is broken!
- Adjusted spawning properties for some flowers! Some flowers now spawn in cluttered patches or dispersed. Also changed the biomes some flowers will spawn in.
- Purple Hydrangeas can no longer be found in the wild, they must be bred using Blue + Red.
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:8nNCA6Vy:rRJVLCOH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8nNCA6Vy:rRJVLCOH"
}

