Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated last month
All versions
1.1.0+mod
Beta
Desert Dungeons boss update3 months ago 290
Compatibility
Minecraft: Java Edition
26.1.x
1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Boss update!
Added:
- 3 new bosses
- spear master
- Wither king
- Parched king
- Made custom spawners for all bosses
- 4 new rooms
- Trap
- Trap 3
- Church
- Maze
- custom vaults & loot tables
- Added x hall as a structure
Fixed/Bugs:
- End of rooms didn't generate a child structure
- ominous vaults didn't use ominous keys
Changed:
- Made the dungeon spawn less frequently (thanks GitNeto)
- Fixed the starting structure to spawn more connected
- Reduced the amount of trial vaults
- Fixed fallback
Ideas:
- want to nerf the loot!
- more rooms
- different types of dungeons
Thank you. Please add any issues at issues if you noticed anything
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:QOuT6tJ8:w7cHqVUK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QOuT6tJ8:w7cHqVUK"
}

