Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 3 weeks ago
All versions
1.4+mod
Release
lithosphere 1.4 (1.20 - 1.20.4)2 years ago 44.9K
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Mountains have been overhauled and can now reach a height of about y=500
- Continents are now much bigger and generate more varied than before
- Archipelagos have been added
- Coastal cliffs should feel more varied and are bit further away from the coastline than before
- Some minor tweaks to mesas and lakes
- Mushroom islands have been temporarily removed and will be re-added later
- River biomes are now placed where lakes are to fix some weird structure interactions
- It should be less likely to spawn in the middle of a massive ocean
- Mesas have been reworked to be a lot more interesting and varied in height
- Lakes have been adjusted a bit
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:GMSG3JA8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iv9jp2k9:GMSG3JA8"
}

