Tags
Creators
Details
Licensed Apache-2.0
Published 5 months ago
Updated last week
All versions
1.2.0+neoforge-26.2
Release
Much More Dungeons 1.2.0last week 110
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Much More Dungeons v1.2.0
New Features
- Added Soulfire Crypt — a cold-biome soul-fire crypt with blackstone / deepslate architecture, soul lanterns, and crying-obsidian altar
- Crypt includes wither skeleton and blaze spawners, ambient wither skeletons / strays, and a named Cinder Warden
- New chest loot table
muchmoredungeons:chests/soulfire_crypt(soul lanterns, netherite scrap, wither skull chance, enchanted gear)
Improvements
- Switched project licensing to Apache License 2.0 with standard OSS contributor docs
- Fixed 1.21+ loot table path (
loot_tablesingular) so chest loot loads correctly - Removed accidental nested 26.1.2 workspace copies and committed build jars from git
Compatibility
- Drop-in update from 1.1.3 for remaining lines
- Loaders:
1.20.1— Fabric + Forge1.21.1/26.1.2/26.2— Fabric + NeoForge
- Java: 17 (1.20.1), 21 (1.21.1), 25 (26.1.2 / 26.2)
Upgrade Notes
- Remove any previous Much More Dungeons jar for your Minecraft / loader line
- Install the matching
1.2.0jar - Restart the client or server; locate with
/locate structure muchmoredungeons:soulfire_crypt
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:ydBxwDBa:Mgm4fBgK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ydBxwDBa:Mgm4fBgK"
}

