Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 6 months ago
All versions
1.20.1-3.2.2
Release
DD 1.20.1-3.2.2 (QuiFabrge)2 years ago 31K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Changes
- Added support for the following mods:
- Nature's Spirit
- Immersive Weathering
- Replaced some mod compats due to mod rebrands:
- Oh the Biomes You'll Go -> Oh the Biomes We've Gone
- Fruit Trees -> Fruitful Fun
- Updated Mystic's Biomes support with three more doors.
- Updated Enhanced Mushrooms support: Renamed Red Mushroom to just Mushroom, and removed Brown Mushroom variant.
- Updated Short Iron Door block texture.
- Fixed Everything is Copper compat: waxed short and tall doors should now be placed correctly.
- Some changes to oxidizable short and tall door block code to accommodate multiple mods adding oxidizable doors.
- Fixed crash if Dramatic Doors is used with Panda's Extra Details 0.3+. Currently, the compat does not work as short and tall doors will not animate due to F-tier changes done in Panda's Extra Libs. There is a good chance the compat may be discontinued unless Panda's Extra Details mod revert the changes done.
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:OoGrXof5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aQ7h7gal:OoGrXof5"
}

