Links
Tags
Creators
Details
1.10.0+mod
Compatibility
Changes
The Adventurer Update
Dungeons+ for the longest time has had singular biome based dungeons which while cool means that you come across a lot of repeat dungeons. This is changing in a huge way with this update with the addition of dungeon variants and dungeon rot tweaks.
I am also taking steps to make the dungeon ruins slightly more common as they were a bit too rare to find and additionally add more variants
Changes
NEW - Added randomised chests to the majority of dungeons+ structures
NEW - Dungeon variants. Each biome specific dungeon now has 3 different variants (including it's default)
NEW - Added 5 unique dungeon ruin structures
- Adjusted the spawning of trail ruins to be more commonly spread out in the world
- Cleaned up & simplified dungeon block rot code for all dungeons
- New dungeon rot process for the deepwater dungeon so prismarine can be randomised
- Cleaned up rouge blocks & structure voids in all dungeons+ dungeons
- Lush dungeons no longer spawn in mangrove swamps & cherry biomes (To avoid crossover with the infested & muddy dungeons)
- Deepwater dungeons no longer spawn under oceans to avoid cases where custom ocean biomes may have an ocean floor lower than y=32
- Deepwater dungeon spawn chances have been increased to match other dungeon spawn rates
- Dungeons & Ruins will now avoid generating near/next to trial chambers
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:nHORcEHd:OCM7Fp2F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nHORcEHd:OCM7Fp2F"
}

