
Ender Dragon Sword
you have seen that ender dragon can destroy blocks and kills every enderman? Well let me tell you about Dragon Sword Its Crafted with most powerful Items in Minecraft It Will Take Around 18 Withers And 24 Netherite Blocks And 6 Dragon Heads!
1.0.0
Compatibility
Changes
A Sword That Is Extremely Hard To Make Requiring 4 netherite blocks, ender dragon head, blazerod, nether star.
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:1Jr957KC:LL4FLJri"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1Jr957KC:LL4FLJri"
}
