Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
2.2.1
Release
v2.2.1 ~ ALL 1.20.12 years ago 98.2K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.3–1.19.4
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Several fixes!
- Fixed Large Biomes/Superflat not functioning (All mod versions)
- Fixed Forge 1.20.2+ crashing on startup
- Fixed an issue with hardcoded seeds (again) on Forge 1.18.2
- Tweaked oceanside cliff generation
- Even less snow should generate than before. There's still a very small amount, which is fixed if you have Lithostitched installed.
- Cliffs generally will generally stop closer to oceans, preventing too much land biome "spilling" into ocean terrain
- In addition to the previous change, ocean biomes will generate farther into cliffs near sea level, further reducing spillage
- The bottom layer of cliff carving has been raised, preventing weirdness with ocean biome terrain generating higher than where cliffs carved down to
- Steep cliffs similar to the ones in vanilla will also generate alongside the "carved" cliffs
- Signficantly reduced the amount of Lush Caves leaking onto the surface near underground river entrances
- Removed invalid license file (All mod versions)
- Removed discord link (All fabric versions)
Optional dependencies
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:hxUteWC1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lWDHr9jE:hxUteWC1"
}


