
Dragon Expansion
ArchivedDefeat the Ender Dragon to obtain its fragments, refine it into Dragon Essence, and forge powerful Dragon Gear with unique abilities.
115downloads
1follower
115downloads
1follower
Dragon Expansion has been archived. Dragon Expansion will not receive any further updates unless the author decides to unarchive the project.
All versions
0.0.1+mod
Alpha
Dragon Expension 0.0.1 ALPHA8 months ago 75
Compatibility
Minecraft: Java Edition
1.21.8
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Dragon Expension 0.0.1 ALPHA
Addision
- This version adds a armor with unique abilities.
- Once dragon is defeated you get its fragments that can be used to get the powerful dragon armor.
How to get the dragons armor?
- Simple, you just need to have dragons fragments and add it into a cauldron with dragons breath.
- Once cauldron is fused add a dragons fragments and then you will get dragons essence.
- Then you just need to do the same thing but instead of dragons fragments add dragons essence and then your netherite armor.
What to be aware of?
- Be aware that the armor that you add will lose its all enchantments.
- This is just a datapack so that means that the armor will be useless without the datapack.
- Armor cant be reverted so once you turned it into a dragons armor then it will be that forever.
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:RpSN81Ah:VngIm45A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RpSN81Ah:VngIm45A"
}
