Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 6 months ago
All versions
1.20.1-3.3.1
Release
DD 1.20.1-3.3.1 (QuiFabrge)last year 3.63M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Changes
Spring is in the air! It's time for a spring cleaning and housekeeping!
- Added support for Arts & Crafts.
- Updated how recipe advancements are done.
- There is now an additional parameter that is used to determine if wooden or not.
- Now supports sawmill mods. This also fixes the recipe toasts so they properly show up.
- Updated support for Supplementaries:
- Adjusted Tall Gold Door block textures to make it appear more seamless.
- Removed variant Silver doors as the base mod no longer has it.
- Updated support for Enlightend (Enlightened End):
- Added Cerulean and Indigo door variants.
- Removed Congealed and Ebony door variants.
- Updated support for Phantasm:
- Updated Pream short and tall door textures.
- Removed Ebony door variants.
- Made some fixes to Aether Redux's compat.
- Renamed Springshroom to Jellyshroom and Fieldsprout to Fieldsproot.
- Fixed the recipes for the two short and tall doors.
- Updated textures for Create Deco.
- Dustrial Decor short door recipes are no longer classified as wood except for cardboard.
- Short and tall doors for Aether Gravitation and Ancient Aether now count as Aether blocks, tagged as such.
- Removed Create Misc & Things compat due to the doors being removed from the mod.
- Re-added support for Ars Nouveau as it was accidentally removed some time ago.
- Fixed support for Dawn of Time.
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:tRalrohW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aQ7h7gal:tRalrohW"
}

