Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 5 years ago
All versions
9.0.6+26.1.2-fabric
Release
IAS 9.0.6+26.1.2-fabric2 months ago 49.4K
Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
What's new:
- Added 1.21.10 support*. (issue: #243, issue: #250, PR: #240, thanks to: @LOOHP)
- Added 1.21.11 support*.
- Added 26.1.2 support. (thanks to: @WyattMarks)
- Added "Close On Login" setting to close the account screen after login. (PR: #273, thanks to: @WyattMarks)
- Added Polish (
pl_pl) translation*. (PR: #220, thanks to: @Fhilips613) - Added upside-down English (
en_ud) variation. (thanks to: @Fhilips613) - Automatic uploading of the mod is being tested in this release, report any issues.
- As a result, the mod is once again also uploaded to CurseForge.
- Due to testing, some platforms may have this release delayed.
- Internal code changes.
* Previewed in alpha builds.
Full Changelog: v9.0.5...9.0.6
Optional dependencies
Any compatible 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:cudtvDnd:2ea1OpDg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cudtvDnd:2ea1OpDg"
}

