Tags
Creators
Details
All versions
2.5.9
Release
v2.5.9 ~ Mod 1.21.5last year 92.3K
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Terralith 2.5.9
New
- Now supports 1.21.5!
- Added Bushes, Firefly Bushes, Dry Grass, Wildflowers, Cactus Flowers, and colorful Leaf Litter to many biomes
- Improved and expanded upon the "new" Fallen Trees
- New mob variants spawn in respective Terralith biomes
- Camels now naturally spawn in all desert-like biomes to match new Vanilla behavior
- A light rework to Vanilla's Windswept Forest biome
- Touched up the Desert Fortified Village with new blocks (Rei)
- Added extra purple flowers to the Lavender biomes
- Adjusted grass color in Autumn Skylands
Bug Fixes
- Fixed Feature Order Cycle crash
- Fixed issue in Mage Towers where some trapdoors would incorrectly waterlog
- Fixed rare issue where villages could spawn underneath Winter Skylands
- Stopped Axolotls from spawning in a few biomes they weren't supposed to (Apollo)
- Prevented Serene Seasons from affecting the already-seasonal Skylands
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:vGKEdR1w"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8oi3bsk5:vGKEdR1w"
}

