All versions
3.0.0
Release
Caverns & Chasms 1.21.1 - 3.0.02 months ago 14.2K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Ported to 1.21.1
Additions
- Added Schist, a stone type that generates around where Stone meets Deepslate
- Added Tuff block set
- Added Basalt block set
- Added Trial Tokens
- Added Trial Chambers structure repaletter
- Added Lift Pressure Plates
- Added Golden and Silver Chains
- Added Sky Set enchantment for Toolbelts, allowing midair block placement
- Added many new block sounds
Changes
- Forges are now mossy when generated in Lush Caves
- Flint Blocks can now be brushed to create some sounds and particles
- Subtle Potions have been reworked to be one potion that provides a 'Subtlety' effect that prevents potion bubbles from being made
- Copper Buttons / Pressure Plates are now Lift Buttons / Pressure Plates and release a signal when let go
- Hold Buttons / Pressure Plates now increase signal output the longer they are held
- Tin Deflections are now a thorough data map allowing for much more customizability
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:tfjmPSbI:xDwRcEoZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tfjmPSbI:xDwRcEoZ"
}


