
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.4
Compatibility
Required content
Changes
- Added armor trim support to garbment of reality and woven world thread armor.
- Fixed https://github.com/DimensionalDevelopment/DimDoors/issues/454 via rework of limbo escape teleport logic. Config needs to be regenerated due to additions to limbo section.
Changelog for 5.4.2 (Here so you modrinth people are up to date with what we fixed around christmas but didn't get upload here.)
- Fixed Monolith Particles being wrong.
- Added Disc of They Stare Back by Firel.
- Tweaked lab_experimentation signs.
- Fixed Teleporting putting you in the ground. (Haunted Pasta)
- Fixed music discs not respecting position due to being stero instead of mono. (KRW)
- Fabric of Reality can now be silk touched.
- Fixed Tag Reference Virtual Targets not being randomized after first pick.
- Fixed Nether Fortress gateways not being generated.
- Added nether and myth groups for dungeons. (Myth accessed via placed drift wood dimensional doors and nether accessed vis either Nether fortress gateways or placed crimson dimensional doors)
- Fixed dupe glitch with some dimensional doors being broken.
- Added ag_door block tag.
- Fixed config always resetting.
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:yU3KXKPV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:b8Q0BxnV:yU3KXKPV"
}
