Tags
Creators
Details
0.05
Compatibility
Changes
Log from PMC, they're formatted weirdly so it will look rough. my bad!
Please note that most of these are small changes / bugfixes
-boreal valley finally got its snow
-ocean floor might break the sea level less often
-the 2 cold mountain / slope biomes got snow too i guess
-removed snow gen at high y levels from all non-cold biomes
-removed underground diorite, granite, and dirt blobs from all surface biomes
-removed lava features from all surface biomes except bone valley
-moss basin should now be somewhat larger
-lush caves are more common under moss basin
-fixed a flat mountain spline
-crystalized peaks should now also act as a slope biome (reach farther down the mountain)
-"swapped" the erosion for oceans, floor should be closer to the surface near moss basin areas, and deeper near cliffs
-re-added rare deep trenches to oceans
-tried to re-create terralith volcano / caldera biome placement
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:eBiNxmRM:wTpJmaJz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eBiNxmRM:wTpJmaJz"
}

