Tags
Creators
Details
1.1.0+fabric-1.21.6
Compatibility
Required content
Changes
1.1.0
Minecraft 26.3 is now supported, on Fabric and NeoForge. Forge has no 26.3 build, so there is no Forge jar for it — the same as 1.21.2.
Everything else is unchanged from 1.0.11: if you are not on 26.3, this release behaves exactly like the last one and there is no reason to rush the update.
New
- Minecraft 26.3 support — Fabric and NeoForge. That brings the mod to 60 builds across 21 Minecraft versions.
Fixed (26.3 only)
- Cave biomes could be found but never actually generated.
/locateand Cave Maps would point you at a Forlorn Hollows or a Magnetic Caves that simply was not there when you dug down. 26.3 changed how the game asks for biomes and the mod was only answering half the question. - Six crashes and rendering failures introduced by 26.3's new render system — a crash on the first frame inside a cave biome, one when a cave item icon first drew, a disconnect while riding or being near moving entities, and several places where the wrong colours or nothing at all was drawn.
Note
On 26.3 this mod needs CodxLib 1.6.1 or newer. On every other version 1.3.6 is still fine.
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:cO2CvXug:FSsfKsNf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cO2CvXug:FSsfKsNf"
}

