Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 6 months ago
All versions
1.20.1-3.2.9_1
Release
Dramatic Doors 1.20.1-3.2.9_1last year 21.3K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
Quilt
Supported environments
Client and server
Changes
This version was uploaded to fix a crash on Fabric startup.
- Added support for Let's Do Beach Party.
- Updated support for some Abnormals mods.
- Atmospheric: Updated textures for Aspen, Kousa, and Morado. Fixed recipe advancement for Tall Laurel Door.
- Environmental: Changed Dark Cherry to Plum, and updated textures to match.
- Updated support for Ceilands:
- Added Ceilinum door variants.
- Updated texture for Short Luzawood Door block and item texture.
- Updated support for Mo' Shiz:
- Fixed the recipes, fixed support.
- Removed short and tall Bamboo and Cherry doors.
- Made some changes to waterlogging behaviour when tall doors are being placed inside flowing water. Placement inside water source is unaffected.
- Updated textures for a few short door block textures.
- Restructured the mixins. Moved several mixins to common.
- Fixed sawmill recipes hopefully. This includes Aurora's Decorations, Universal Sawmill, and Woodworks.
- Fixed Vinery's Dark Cherry short and tall door items being uncraftable.
- Made some adjustments to vanilla short door recipes so Fabric hopefully should stop complaining.
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:RB1eqnWJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aQ7h7gal:RB1eqnWJ"
}

