All versions
2.1.68
Release
When Dungeons Arise 2.1.689 months ago 188.2K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
(Hotfix) Added advancements for the new dungeon and exploration maps leading to it
- Removed the Mining System
- Added the Mining Complex. This new structure is a complete rework of the old Mining System, and features many improvements. An outpost of the Mechanical Nest can be found in the surface, leading down into the mines.
- All loot in the Mining Complex has been reworked, including new barrels, vaults and keys. Two enchantments of this mod can now be found in these vaults: Discharge and Voltaic Shot.
- Technical changes around Keep Kayra to allow for easier ports in the future.



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:8DfbfASn:g8oglmT0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8DfbfASn:g8oglmT0"
}

