Tags
Creators
Details
2.4.7
Compatibility
Changes
Terralith v2.4.7
Special thanks to Apollo for spending the time on this massive backend update!
-
Large internal cleanup. Listed below is a small portion of the changes.
- Around 600 files have been removed, primarily to fix compatibility issues with packs that override vanilla feature files.
- All unused block tags have been removed, cleaning up the F3 screen somewhat when looking at certain blocks.
- Generation speed has been increased a bit (it should be 10-20% faster than before).
-
Deep cave biome generation has been shifted a bit. Mantle Caves are a bit more common, and the Tuff Caves should once again generate.
-
Fixed an absurdly rare bug that could cause the Deep Dark to spawn on the surface.
-
Both Terralith and vanilla villages are a bit rarer.
-
Shuffled Terralith structure placement to fix structures consistently colliding with structures from other packs in specific conditions.
-
Lush Caves and Dripstone Caves have a bit more vegetation.
-
A few tags have been fixed, primarily around forest and river biomes.
-
Bamboo no longer generates in Snowy Cherry Grove.
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:8oi3bsk5:qFd4s3fV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8oi3bsk5:qFd4s3fV"
}

