2.0.1
Compatibility
Changes
Crystal Caves 2.0.0 โ Stable Release!
Crystal Caves 2.0 is a small but atmospheric addition that brings a new line of crystalline tools and armor to Minecraft. All items fit perfectly into vanilla balance and sit between iron and diamond.
๐ฏ What's New in Version 2.0.0? This is a completely redesigned and stable version of the mod. We've done extensive bug fixing, removed everything that didn't work, and kept only what works flawlessly.
๐จ Convenience & Integration ๐ฆ Custom Creative Tab All items are collected in a separate "Crystal Caves 2.0" tab with a crystal shard icon.
๐ Integration with Vanilla Tabs Items aren't just added to the game โ they're placed where players expect to find them:
๐ ๏ธ Tools โ "Tools" tab (after iron tools) โ๏ธ Weapons & Armor โ "Combat" tab (after iron armor) ๐งช Shard โ "Ingredients" tab (after amethyst) ๐ What Was Improved in Version 2.0.0
๐ฆ Dependencies Minecraft 1.21.1 Fabric Loader Fabric API
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:uLNP9yCu:o76DSLPA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uLNP9yCu:o76DSLPA"
}

