Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 4 months ago
All versions
1.1.0
Release
Deep Underground 1.1.04 months ago 1,053
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
This release polishes up the dimension a bit to work more as a standalone dimension. Two structures are planned for the next major version!
Additions
- Added cyclite ore, blocks and item
- New coal equivalent that generates super rarely as an ore below Y64, or as large geodes made of the block
- One cyclite can smelt 4 items, a block smelts 16
- Added hadeite, a dark desaturated purple clay equivalent
- Only generates in Deep Dripstone Caves
- Has brick and chiseled brick block variants
- Added ice pillars to the Frozen Cave biome to make it less dull
Changes and Fixes
- Stone blobs are much less frequent in the dimension now
- Deepslate spikes generate less often (fixes "detected setblock in a far chunk" for the most part)
- Diamond ore no longer generates below Y48 (makes room for Cyclite)
- Frozen Cave biomes no longer have canyon carvers in them
- Improved textures for:
- Raw Cerulium and Viridium
- Cerulium and Viridium armor items
- Cerulium and Viridium armor player models
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| deep_underground-1.1.0-sources.jar | Source jar | 1.39 MiB |
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:q4AZUCo2:1rla5k3c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:q4AZUCo2:1rla5k3c"
}

