Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 6 months ago
Updated 2 days ago
All versions
2.0.3
Release
Caves Not Cliffs [Backported] 2.0.32 days ago 65
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Modded biomes added through Forge's BiomeManager (e.g. Thaumcraft's Magical Forest) now generate in native-profile worlds: they overlay the 1.18 climate projection, drive biome tints, get their vanilla biome.decorate pass (Silverwood/Greatwood trees are back), and can be found with Nature's Compass
- Lush caves and dripstone caves are real registered biomes now — F3 and biome-reading mods report them instead of Forest/Extreme Hills
- Fix F3 showing "Outside of world..." below Y=0
- Fix startup crash with Better With Mods (pumpkin recipe replacement) and harden villager trade rewrite against modded trades
- Fix deepslate and infested deepslate generating sideways
- Fix the production jar failing to launch: CauldronMixin refmap was missing the LEVEL field mapping
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:8k8uLDzs:QeKF1cNG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8k8uLDzs:QeKF1cNG"
}![Caves Not Cliffs [Backported]](https://cdn.modrinth.com/data/8k8uLDzs/1fd9f7743d44d27e1130b43ea5a33a7b6a2f8e57_96.webp)


