Tags
Creators
Details
All versions
1.21-1.2.5-beta
Beta
DML 1.2.5-BETA for Minecraft 1.21, 1.21.12 years ago 19.8K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Forge
Supported environments
Client and server
Changes
1.2.5
Quick hotfix to address an issue not present in the development environment. Apologize for the inconvenience.
- Fixed an issue where the game crashes upon launching the game regarding the dragon's model.
1.2.4
- Ported to Minecraft 1.21 (jar works with 1.21.1.)
- Dragons now heal passively over time, like horses.
- Fixed an issue where full health non-adult dragons were reloading with only a fraction of their original HP
- DML items like the spawn egg and Hatchable dragon egg now utilize the new item components, improving performance and capabilities.
- Removed the ability to modify dragon breeds, as the use-cases are niche, and maintaining the mutability is a pain.
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:G3EPcczP:tV1Fo4pQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G3EPcczP:tV1Fo4pQ"
}

