Tags
Creators
Details
0.2.0+1.20.6
Compatibility
Required content
Changes
The Lush Update
It's been a while, but we're back with another content update!
- added the Caligo creative tab
- added the coppice
- added an underground creatures spawngroup
- added the lush marigold
- added the petunia
- added dripleaf vines
- added ore remains item (small, normal, large)
- used to craft ores when enough are put together in the crafting table
- added waterlogging support to statue blocks
- fixed deepslate statue block not showing the correct breaking textures
- fixed strow being effected by the petrified effect
- petrified effect rework (more damage at higher levels)
The Coppice
nom nom nom...
Play to find out more about the coppice!
The Lush Marigold
Found in the lush caves, the lush marigold can be seen growing in patches. They can be placed on clay and water, along with the normal flower placements.
The Petunia
Another flower found in the lush caves, they can be placed on top of each other or bone mealed to grow taller.
Dripleaf Vines
A variant of the Dripleaf, they grow from the ceiling and add variation to the lush caves! They can also be crafted into green dye.
Ore Remains

A new set of items! It is used to craft different ores when combined.
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:SdEvidHA:WNHUjtoJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SdEvidHA:WNHUjtoJ"
}

