Tags
Creators
Details
1.0.2
Compatibility
Changes
New dungeon
- Frozen dungeon added
This a variant difficult to navigate due to snow and ice, here strays are common and ready to ruin your day
Total rework
Now that the waterlogging bug is fixed i was able to use stairs and slabs to make the rooms more beautiful
- 30 halls x 8 variants reworked
- 33 rooms x 8 variants reworked
- 10 other reworked
- total: 514 halls/rooms reworked
Mobs and Bosses
- Baby zombies and baby husks added to the mix
- Breeze added in the frozen dungeon
- Now bosses will spawn from trial spawners so they will not die in stupid ways before you will find them and can be respawned after half an hour (like vanilla).
- Ominous bosses are a thing now, they are stronger and they have more health if you are mad enough
- Note: I tried to add custom vaults but they are buggy in naturally generated structures (vanilla bug i think) and i scrapped the idea for now. Loot will be in chests as usual and the spawner will drop vanilla keys when the bosses are killed.
- Fixed the loot in one of the boss chests (sorry for that)
Compatibility
- Added compatibility with Terralith
- Added compatibility with Biomes O'Plenty
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:EpHSkq1K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H1POBnTh:EpHSkq1K"
}

