Tags
Creators
Details
2.6.2
Compatibility
Required content
Changes
Terralith 2.6.2 (1.21.1)
Finally, Terralith 2.6.0 has been backported to 1.21.1. This update also includes an assortment of features and bug fixed backported from later versions of Terralith.
- Now depends on Lithostitched
- Now compatible with Superflat, Single Biome, Large Biomes, and Amplified world types
- Added two new world types: Amplified + Large Biomes, and Oops! All Skylands
- Added a config file. It is now possible to toggle the intro message, recipe changes, custom structures, Vanilla stone generation, Skylands, and Terrain slabs
- Edited intro message to warn about uninstallation
- Removed Endermen from Underground Jungle to prevent them from surpassing the mobcap
- Removed Skeletons from Frostfire Caves in lieu of Stray
- Cobblestone in Infested Caves is now Infested Cobblestone
- Added extra purple flowers to Lavendar biomes
- Small tweaks to Autumn and Spring Skylands
- Camels now naturally spawn in desert biomes (to match Vanilla 1.21.5 behaviour)
- Fixed issue where modded structures could spawn underneath Skyland biomes
- Removed Axolotls from incorrect biomes
- Serene Seasons will no longer affect Skyland biomes
- Fixed issue where some trapdoors could be waterlogged in Mage Towers
- Disabled Zombie Sieges in Terralith's rare island biomes
Thanks to Apollo for making this update possible.
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:IY93YaEe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8oi3bsk5:IY93YaEe"
}

