
Tensura:Dungeon
Tensura: Dungeon expands on Tensura Reincarnated by introducing a full dungeon system inspired by Rimuru’s Labyrinth. Explore a procedurally generated dungeon filled with traps, shrine trials, rare mobs, and boss fights — all tied into a progression-based
Tags
Creators
Details
1.0.1.3
Compatibility
Changes
Tensura: Dungeon – Patch v1.0.1.3
Changes & Fixes
• Dungeon should now generate perfectly up to Floor 20 without doors opening into the void or other generation issues
- I fully regenerated and walked through the dungeon about 10 times
- Blocker tested over 40 times
- I’m not 100% sure it’s flawless yet, so if you find any generation glitches let us know and we’ll fix it
• Fixed Diablos Claw not appearing in the shop on Friday
• Fixed Supermassive Slime boss bar remaining after death
• Fixed Shrine Challenge reset bug and “Survive the Wave” challenge not working as intended
• Fixed invisible chest glitch
• Changed Gobta’s Kodachi to the Kodachi sword type so it’s balanced and evolves properly
• Increased shrine frequency throughout the dungeon
Special shout-out to Blocker315 for carrying this update.
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:CAsFfbXy:GlAeHPQA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CAsFfbXy:GlAeHPQA"
}
