Tags
Creators
Details
Published 2 years ago
All versions
1.0.4
Release
Deadly Deadly Dungeon v.1.0.4 MC 1.21.x2 years ago 705
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Data Pack
Changes
- Added spider lair. In line with the other dungeons it's built with 4 levels of difficulty, the more you descend and the harder it will be. This new structure is sprawling, complex and difficult to navigate, it's designed to give you a sense of horror and fear. Based on your playstyle this dungeon can be more difficult than the other ones.
- 2 new bosses added to the pack, they will spawn in the new lair (only one for structure)
- Total rework of all the bosses and their loot, now there is a substantial difference between the normal and the ominous configuration. Chests in the bosses' rooms have been removed and replaced by trial vaults. These can be opened with special keys dropped by the spawners. NOTE: bosses are unforgiving as always.
- Assets folder added to the pack, so now there is a built in resource pack with new textures for keys and new items that you will find in your adventure. NOTE: in the datapack version you must duplicate the compressed datapack folder (the one you download, it's fine like it is) and paste it in the resourcepack folder of the .minecraft and the activate it in the minecraft menu. On the contrary the mod version should work by default
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:H1POBnTh:ht9GHbkD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H1POBnTh:ht9GHbkD"
}

