All versions
1.4.0
Release
Terrano 1.4.03 weeks ago 101
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Introduced the new cellular continent and terrain system, with smoother regional blending, Dolomites and additional mountain forms, and terrain formulas that can be customized through datapacks.
- Added terrain-aware river networks with more natural headwaters, downhill routes, tributaries, confluences, and outlets into lakes and oceans. River banks, coast transitions, water levels, and optional Streams Reflowing integration were improved alongside the new routing.
- Improved placement around water: vegetation no longer occupies active river channels, compatible structures avoid blocking them, and aquatic structures follow the actual seabed more reliably.
- Expanded Stone Forest with additional vegetation and procedural rounded rocks and curved stone formations.
- Rebuilt the preset editor and biome compatibility controls, including searchable settings, raw JSON editing, and individual configuration of vanilla, Terrano, and third-party biomes.
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:IvWre9DO:4zArNyEj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IvWre9DO:4zArNyEj"
}

