Tags
Creators
Details
All versions
1.5.3+mod
Release
Update v1.5.3 | The 10,000 Downloads Update2 years ago 18K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Dragons:
- Added the 10,000 Dragon, to celebrate Dragonkind Evolved surpassing 10,000 downloads! It appears only and always as the 30th Dragon in a world (like the Last Dragon), and has the stats of a Ferocious Dragon. Check the updated description for more information about this fight.
Crystals:
- Added the 10,000 Crystal. This End Crystal can only spawn during the 10,000 Dragon fight, and only one can exist at a time. While there is a 10,000 Crystal, all other End Crystals are invulnerable.
Rewards:
- Optimized the way the Dragonheart Anchor tracks the player's health.
- Added Dragon Lungs as a possible Enchanted Book enchantment.
- Added Wingspan as a possible Enchanted Book enchantment.
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:yo1bGdBx:xWCZpKMt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yo1bGdBx:xWCZpKMt"
}

