Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 6 months ago
All versions
1.20.1-3.2.3
Release
DD 1.20.1-3.2.3 (QuiFabrge)2 years ago 34.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Changes
- Added support for the following mods:
- The Abyss 2: The Other Side
- Blooming Nature
- Eden Ring
- Eldritch End
- My Nether's Delight
- Sky Lands
- Tropicraft
- Updated non-flammable wood tag for items for short and tall doors:
- Gardens of the Dead's Soulblight and Whistlecane
- Oh the Biomes We've Gone's Embur
- My Nether's Delight's Powdery
- Fixed crash with Thingamajigs. Mod version check has been applied to compare to Thingamajigs version 1.7.2 or lesser, just in case if the waterlogging fix comes to Thingamajigs 1.7.3 or newer.
- Fixed crash when Sliding Doors mod is installed.
- Fixed crash with Immersive Weathering.
- Attempts to fix warning about maxShiftBy.
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:4ea05KNW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aQ7h7gal:4ea05KNW"
}

