Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 6 months ago
All versions
1.20.1-3.2.0
Release
DD 1.20.1-3.2.0 (QuiFabrge)2 years ago 102.9K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Changes
- (1.20.1 Fabric Dev) Re-added data gen.
- (1.20.1 Fabric Dev) Potentially fix crash when dev mode is set to true if Create is not installed.
- Added Config file parity between Forge and Fabric side of Dramatic Doors. They now use dramaticdoors-common.toml
- Improved the robustness of config file on Fabric. Now it will properly handle even spaces and tabs in TOML file.
- Added support for the following mods:
- Born in Chaos
- More Doors
- Panda's Extra Details
- Updated Aether Redux compat:
- Most doors have their textures updated.
- Replaced Prismatic with Fieldsprout.
- Updated Regions Unexplored compat.
- Several doors have their textures updated.
- Added many new short and tall doors.
- Requires Regions Unexplored 0.5.3+.
- Updated Create Deco compat:
- Updated tall door block textures. The newer texture was used in Dramatic Doors for 1.18.2 but not in later versions.
- Added short and tall Industrial Iron doors.
- Updated Abnormals mod compats: Added short and tall version of Laurel (Atmospheric) and Pine (Environmental) doors. Futureproofing.
- Tweaked Tall Iron Door block and item textures.
- Updated Russian translations for content up to 3.1.5.
- Fixed English translations for short Mo' Shiz doors.
- Fixed recipes for some tall doors in Blocks+ compat.
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:aQ7h7gal:6k6QwVAt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aQ7h7gal:6k6QwVAt"
}

