All versions
0.0.7
Alpha
DRAGONS: THE EPIC ADVENTURE! - Early Alpha 0.0.7last month 26
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
CHANGELOG:
- Added new elemental dragon; Fire!
- Added 3 strong holds; fire, water and leaf dragons strong holds!
- added 4 new items; fire dragon sword, water dragon sword, and leaf dragon sword, Fire bow!
- Added 3 achievements; if you will craft any of dragon sword, you'll get a achievements!
- Added tweaks for slabs (if you will put in crafting table two slabs of planks/cobblestone/cobbled deepslate you will craft a full block!)
- Some changes of nests (visual)!
- Added creative tab!
- Added 2 new blocks; wet dirt, leaf dirt!
- Deleted taming a dragon (until will be acutally fully done)!
- Added fire dragon nest!
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:6mLWVbXL:J25m8czV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6mLWVbXL:J25m8czV"
}

