Tags
Creators
Details
All versions
1.20.1-0.0.9
Alpha
Sculk Depths 1.20.1-0.0.93 years ago 525
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
New Features:
- added boulders that generate when Sculk or Cephlera caves are on the top of the world
- added Crux Ore (can be found in the new boulders)
- added Crux (now used for Quazarith instead of diamonds)
- added Larguth, the outer layer of the new boulders
Changes
- fabric api updated to >=0.86.0
- Quazarith armor and tools now use Crux instead of diamonds please check the wiki article: https://warior456.github.io/Sculk-Depths/obtaining-quazarith-and-upgrading , it should be updated shortly after this release
- new Quazarith armor and tools textures
- slightly improved sound quality for the song
- new crumbling dirt texture
- improved world generation speed in the dimension by about 50%
- removed deprecated soul heart
Bugfixes
- fix Quazarith tools and armor not being fireproof
- fix Flumrock cauldron filled with Kryslum does not drop when broken
Full Changelog: https://github.com/warior456/Sculk-Depths/compare/0.0.8...0.0.9
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:IpnJiCsh:iYo1fpva"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IpnJiCsh:iYo1fpva"
}


