All versions
1.2.0
Release
Terrano 1.2.0last month 6
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Adaptive modded biomes
- Eligible external Overworld biomes can now participate in Terrano world generation instead of remaining absent from Terrano worlds.
- Added optional integration with TerraBlender and Lithostitched, together with a tag-driven fallback for biome mods that use the standard Minecraft and NeoForge Overworld biome tags.
- External biomes are matched to Terrano's terrain category and local climate. Oceans, rivers, beaches, wetlands, mountains, caves, forests, deserts, and other land biomes are kept in appropriate parts of the landscape.
- Biome mods retain their registered biome properties and decorations when one of their biomes is selected.
- The compatibility layer has no required dependencies. If no eligible external biomes are installed, Terrano uses the same native biome selection as before.
World creation and loading
- Fixed new worlds with TerraBlender-based biome mods sometimes remaining at 0% for several minutes while Minecraft prepared structure placement.
- Structure biome preparation now uses a lightweight deterministic search; normal chunk generation continues to use Terrano's full filtered terrain.
- Fixed Terrano worlds becoming unavailable after save and reload.
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:K4CCh2gR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IvWre9DO:K4CCh2gR"
}

