Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
2.0.0
Release
CaveBiomeAPI Fabric 2.0.02 years ago 493
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Fabric
Supported environments
Client and server
Required content
Changes
FEATURES:
- Added Fabric support.
- Added Platform as a dependency.
- Added dimension whitelist for cave biome generation.
- Added a new experimental biome source & debug mode.
- Compatibility:
- Dynamic Trees
- OTG
- Terraforged
- Nature's Compass
CHANGES:
- Reworked the whole system, inspired on SimpleCaveBiomes by Lymia.
- Cave biomes no longer need to be injected per biome source.
- Includes retrocompatibility.
- Removed default cave biome.
- Removed Noise Carver.
EXPERIMENTAL BIOME SOURCE
This Update includes a new system for biome distribution!
- The new system can be enabled via config.
- The system handles cave biome placement via surface biome and noise.
- Includes the new debug system to pre-visualize cave placement, only use for development purposes.
- wiki in development.
BUGFIXES:
- Player may sometimes spawn underground or buried.
- Cave biomes don't generate at y0.
- #13 - /Locate doesn't work on cave biomes while above y=48
- #16 - Neutral mobs not spawning anymore.
- #18, #29 - Broken Dynamic Trees With CaveBiomeAPI
- #24 - Every biome sharing mountain biome features.
- #25 - Incompatible with OTG.
- #26 - Conflicts with Rubidium.
- #30 - CaveBiomeAPI color hue issue with Embeddium.
- #31 - Backport caves doesn't generate.
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:1eaBmqkd:ZXQ3W6Ye"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1eaBmqkd:ZXQ3W6Ye"
}


