1.5
Compatibility
Changes
New Flowers & Plants 🏵️
-
Phoenix Flower - New rare flower found in Jungles and Flower forests. (First animated flower in the mod!)
-
Heart Flower - New uncommon flower found in forests used for decoration and quick healing in tough situations! Right click on the flower to absorb its heart and heal 2hp! (you can recover the heart using bonemeal.)
-
Cattails - New type of common plant found near rivers used for crafting new Cattail mats! More on that later in the changelog.
New Blocks & Items 🧺
-
Cattail - New common material dropped from Cattails. You can get up to 3 from one Cattail plant.
-
Cattail Mat - New block similar to carpets crafted from three Cattails.
Fixes 🔧
-
Fixed Bamboo Bush's drop code. You can't duplicate the plant by breaking it with shears.
-
Remade Large Bluebell's texture
-
Changed the spawn condition on a bunch of common plants, they can now spawn in modded biomes.
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:V2QjH9n3:n2H4J4Iu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V2QjH9n3:n2H4J4Iu"
}

