
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.4.1
Compatibility
Required content
Changes
5.4.0 - Critical bugs made apparent after curseforge upload so skipping 5.4.0 on modrinth. Changelog for brevity.
- Overhaul of gateways to be proper structures.
- Updated default gateway, end and desert gateways.
- Add Quartz, Mud, Red Sandstone, Prismarine gateways.
- Removed limbo gateway for now.
- Added config options for choosing which dimension the player will spawn in upon exiting limbo. (Done by PR from Cephelo on discord.)
- Players returning from limbo will spawn inside two air blocks to prevent suffocation in case they spawn inside terrain. (Done by PR from Cephelo on discord.)
- Players falling in the air will not take damage when landing after returning from limbo. (Done by PR from Cephelo on discord.)
- Limbo config options should no longer reset on game launch. (Done by PR from Cephelo on discord.)
- Renamed the config option limboBlocksCorruptingOverworldAmount to limboBlocksCorruptingExitWorldAmount. (Done by PR from Cephelo on discord.)
5.4.1
- Fixed Stonebrick gateways not leading to dungeons.
- Removed missed forge biome modifiers causing world crashes.
- Fixed Lantredom dungeon pocket inter pocket linked doors.
- Disabled End gateways due to gateways appearing in the mod.
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:lxAC5UKv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:b8Q0BxnV:lxAC5UKv"
}
