Tags
Creators
Details
v1.2.0+1.21.1
Compatibility
Required content
Changes
Added
This is a backport from the 1.21.5 release, which added new flower variants. Since the original blocks don't exist in this version, this is mostly just any technical changes from that release.
Technical additions
- New item data component (
tiny-flowers:tiny_flowers) to store which flowers a garden item has.- This is used by the garden items created with
ctrl + Pick Block. - This mod still supports items created before this (using the
minecraft:block_statecomponent), including item tooltips.- This may be removed in the future. This mod doesn't have much use, and I don't think people would have created too many of these items?
- This is used by the garden items created with
Known issues
- This mod can use a lot of memory on startup in 1.21.1 as the game stitches the models together. This seems to be fixed in later versions of the game. Unfortunately this is unavoidable due to the sheer number of flower combinations.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| tiny-flowers-mc1.21.1-1.2.0+1.21.1-sources.jar | Unknown | 340.86 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:S0Lqneqb:FHk0ysUS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:S0Lqneqb:FHk0ysUS"
}

