Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
2.2
Release
Dungeon Now Loading 2.2% (Forge)3 months ago 33.4K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Additions and Changes
- Doubled the room variety (30+ rooms) in the Labyrinth and changed some of them to fit the new Labyrinth mechanics. Now the dungeon should have room variations equivalent to the Temple of Duality.
- Added a new mob, Garhold!
- Added Boss Recalling mechanic, which allows the player to refight the boss, but the boss gets stronger and stronger as you defeat them multiple times, which will be shown as "Recalled ?" beside the boss's name. The bosses also have unique drop depending on its Recall level. Compete or work together with your friends to see how far you can go with the Recall level!
- Labyrinth Trophy and Temple of Duality Trophy is now obtainable, by defeating "Recall IV" bosses.
- Added 10 new enchantments related to the Labyrinth items and Boss Recalling Mechanic.
- Added Chaos Spawner Boss Music "Hellspawn"
- Added 12 new banners you can collect in the Labyrinth
- Added Durite Queller.
- Added Dungeon Director and Spawn Node blocks, which are developer tools, used to only spawn the mobs when the player enters the room of the dungeon, to reduce the lag when there is Labyrinth.
- More mobs in the Labyrinth. This doesn't impact the performance, since they are managed through Dungeon Director and Spawn Node blocks.
- Changed the loot balance of the Labyrinth.
Reworks
- Reworked the visual, animation, and behaviour of the Spawner Carrier and Hollow, providing different combat experience to the player.
- Reworked the visual, animation, and behaviour of the Whimper and Sealed Chaos.
- Reworked the Explosive Barrel and added Silverfish Barrel (creative only for now)
- Modified some of the moves of the Chaos Spawner, making the boss fight slightly harder.
Bug Fixes
- fixed mendstone_table_mend_5.ogg does not exist.
- fixed Mendstone Pickaxe not working with anvils.
- fixed description for Break Protection appearing twice.
- fixed Client side only crash
- fixed ballista golem's arrow causing crash
- removed all unused files
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:vZoqTqwv:ejP7ljqP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vZoqTqwv:ejP7ljqP"
}

