Links
Tags
Creators
Details
1.6.2
Compatibility
Changes
A small update with a few minor changes:
- Magma Blocks occasionally generate on cave walls in Molten Caves
- New Structure: Sanctuary
- Generates in Lush Caves and Floral Lush Caves
- Fountain containing Gold Block and a Blue Axolotl
- New Structure: Blackstone Lantern
- Generates in Black Caves
- Make sure to only open the barrel at night for best loot!!! If opened during the day the loot will be lackluster
- New Structure: Deep Statue
- Generates in Frozen Caves, Mushroom Caves, Amethyst Caves, Black Caves, and Arid Caves
- Stone Statue of Minecraft Humanoid, contains Iron Blocks in its head
- Generation can occasionally be a little bit scuffed, be warned :p
Again I haven't been working on this mod very much lately, I haven't even been that into Minecraft lately. But the support is absolutely insane. Well over 50 thousand downloads?!?!? That's insane!!! Thank you so so much for the support!
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:aucz7XCt:qX0iNakQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aucz7XCt:qX0iNakQ"
}

