Tags
Creators
Details
1.9b+mod
Compatibility
Changes
This update should be compatible with worlds using version 1.8 as long as there is not a currently living Dragon, but as it is made for a new version of Minecraft, a backup is strongly recommended.
General:
- Updated Pack Format to 79 for Minecraft 1.21.6
- Version 1.9b: Fixed Area Effect Clouds not displaying particles correctly
Dragons:
- Fixed a bug that caused The Last Dragon and the 10,000 Dragons to be skipped if the 20th or 30th dragon spawned in the world was made Ominous
Rewards:
- Improved how the loot table checks for Dragon Items you already possess. It's now both more optimized and more accurate
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:x2ZamiCn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yo1bGdBx:x2ZamiCn"
}

