Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 6 months ago
All versions
1.20.1-3.2.8
Release
DD 1.20.1-3.2.8 (QuiFabrge)2 years ago 162.1K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Changes
- Added support for the following mods:
- Ancient Aether
- Deep Aether
- Minestuck (tall doors only currently)
- Thingamajigs (tall doors only currently, lockable not yet implemented)
- Pale Garden backport mods. So far, two of those mods are supported.
- Better Trial Chambers (fourth backport mod for copper doors)
- Updated support for Biomes o' Plenty: Backported Maple, Pine, and Empyreal.
- Fixed Fruitful Fun's Sliding Redlove Doors.
- Fixed tall sliding and train doors when used with Create trains. The doors should now properly automatically close when leaving stations and open when arriving at stations.
- Fixed an issue where doors and fence gates wouldn't flood out.
- Water now flows when door is opened, just like trapdoors. The same fix is also applied to short and tall doors.
- Fixed an issue where buckets of water wouldn't work on space inside Fence Gates if the Fence Gate is waterloggable.
- Fixes Lockable doors being waterlogged regardless of whether there's no water.
- Set minimum required Thingamajigs version to 1.7.3 if the mod is installed.
- Removed Panda's Extra Details support due to issues.
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:1UHD4FO7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aQ7h7gal:1UHD4FO7"
}

