Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 6 months ago
All versions
1.19.2-1.4.2
Beta
DD 1.19.2-1.4.2 (Fabric)3 years ago 10.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Unavailable version
Changes
From 1.4.2:
- Added support for the following mods:
- Terrestria
- Cinderscapes
- Colourful Azaleas
- Updates to Macaw's Doors compatibility:
- Added tall version of Macaw's bamboo variant doors (both wood and style) as well as store and sliding glass door. Those are also added to tags.
- Bumped up minimum mod version to 1.0.8 if using Macaw's Doors for this reason.
- Adjusted tall Macaw barn doors and paper door item textures.
- Adjusted tall Macaw bark glass doors so the glass is now more seamless.
- Fixed tags for tall version of Macaw's Doors, especially modern doors and mangrove doors.
- Added Statement compat. When used, it enables enhanced compatibility for waterlogging. It remains an optional dependency but try Statement if you use with Supplementaries on Fabric
- Tall doors are now part of create:brittle tag.
- Adjusted tall vanilla bamboo door block textures.
- Removed Supplementaries iron gate block mixin.
- Removed some item model files, especially redundant Macaw's Doors files and old BYG mangrove door.
From 1.4.1:
- Added support for Bewitchment Plus.
- Fixed an issue where tall doors wouldn't drop when underwater.
Optional dependencies
Unavailable version
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:2yQ1eZv2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aQ7h7gal:2yQ1eZv2"
}

