Tags
Creators
Details
3.0.0+beta4
Compatibility
Required content
Changes
Additions
- Added chunk blending. You can now upgrade v2 worlds to v3 and have the game smooth out the transition between terrain.
- Please note that there are 1-2 block seams at the chunk border. This is unfortunately unavoidable.
Changes
-
Updated the config screen. Every option now has an explanatory tooltip and its default value.
-
Removed the Amplified and Large Biomes presets from the world type selector.
- Amplified has never worked with Tectonic, either completely ignoring it or having unintended behavior.
- Large Biomes is redundant due to the new
___ Scaleconfig options. This also drastically reduces the amount of duplicated code needed for the mod to fully function.
-
The floor of underground rivers near entrances has been raised a few blocks.
-
Smoothened the transition between rivers and swamps.
-
Made stony shores steeper.
Fixes
-
Decreased how much land biomes seep into the oceans on coastlines.
-
Fixed most instances of Deep Dark leaking into underground rivers.
-
Fixed aquifer issues on the underground river floor.
-
Fixed plateau biome (e.g. meadow) generating next to rivers with Terralith installed.
-
Fixed the Increased Height option not working with Terralith installed.
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:lWDHr9jE:bkR7KE8l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lWDHr9jE:bkR7KE8l"
}

