Tags
Creators
Details
1.1+mod
Compatibility
Changes
-
reworked basically all density functions
-
used different systems for the terraingen than vanilla
-
removed most density functions from 1.0
-
the ridges density function is now based on the height of the topography
-
mountains have a more realistic shape
-
mountain (and erosion) has been changed to be more realistic
-
mountain ranges now have foothills
-
swamps have a different placement and terrain
-
reworked the river valleys to be based on valleys carved by glaciers. other valley types will be added later
-
oceans are now deeper and more gradual
-
some biomes are now based on height
-
reworked the vegetation noise to be smaller and to have more variation
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:iv9jp2k9:3EpKmHDe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iv9jp2k9:3EpKmHDe"
}

