Tags
Creators
Details
1.2.0
Compatibility
Changes
-
Added Edelweiss shrubs, found in cold mountains. Cannot be moved and can be sheared to get Edelweiss flowers.
-
Prolongation effect, increases duration of incoming effects. Obtained by making a suspicious stew with Edelweiss flowers.
-
Anthuriums, found in jungles. 4 colors: purple, red, white, yellow. Has tall flower and small flower versions. Using bone meal on small flower makes a tall flower. Breaking tall flower with shears drops 2 small flowers.
-
Dreadbuds, found in dark forests. Change in appearance as the local difficulty of the chunk changes. Breaking them gives the initial flower back, will adapt to the local difficulty quickly after being replanted.
-
Huge Ball Cacti, found in deserts. Can be obtained by using bone meal on Ball Cacti.
-
New passerine variants can now be added with datapacks.
-
Added another passerine easter egg skin.
-
Rafflesia cooldown now uses scheduled ticks. A redstone signal ends its cooldown.
-
Adjusted rarities of all naturally generated features.
-
Kabloom fruit pile block now breaks instantly and is triggered by redstone signals.
-
Kabloom pulp block is now explosion resistant and has a new model.
-
Removed all pooka mechanics, they now behave like regular rabbits. They will be reworked in the next update.
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:jFW6Fg1K:Z4rlpVeE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jFW6Fg1K:Z4rlpVeE"
}

