
Dimensional Doors
This mod adds several types of Dimensional Doors that allow access to teleportation and extra-dimensional pocket dungeons that can vary from hallways to mazes to treasure rooms to straight-up traps. Have fun exploring, but be wary of what watches.
Tags
Creators
Details
5.3.2
Compatibility
Required content
Changes
- Fix for crash related to using client message stuff on server
- Added a prototype myth dungeon type as an example for dungeonpack creators
- Make unraveled fence types actually link up like fences.
- Fix loot in Ruins Target Practise and Ruins Pressure Plate Riddle
- Move Decay mechanic related blocks to their own creative tab
- Restore Monliths
- Improve spawn rate in limbo.
- Make them solid black vs invisible again
- Make them instantly turn towards you when they see you and vibrate when they aggro like the old days.
- Restore and improve woven world thread armor's ability to delay the monolith's gaze
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:b8Q0BxnV:EoyrZkoH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:b8Q0BxnV:EoyrZkoH"
}


