All versions
1.1.7
Release
My Legendary Sword 1.1.7last week 9
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
- Sword and axe handles and heads will now be crafted separately.
- Due to an error, the rarity of the ores has been slightly reduced.
- The Nether Core has been added.
- The Ender Heart has been added.
- The Ender Heart Core has been added.
- The flight speed of the tamed Wither when out of combat has been reduced.
- Netherium weapons and tools have been buffed, and their crafting process has been made more challenging.
- Blazestone will now only spawn in the Nether Wastes biome.
- After crafting the head and handle of a weapon or tool, they must be combined at the Smithing Table using a specific item (e.g., combining Netherium parts with a Nether Core).
- Netherite ingots are now used instead of diamonds to craft the Toxic Guard.
- Missing translations have been completed.
- Standard sword and axe crafting recipes have been removed from the game; the Smithing Table is now used exclusively for crafting them.
- The Wither Star is now used to craft the heads of Witherium items.
- Nether ores have been made partially dynamic; for example, materials derived from different ores (like Witherium) can be used to craft a Netherium sword.
- Crafting Netherium rods has been made more difficult.
For more details, simply play the mod—the crafting system has been completely overhauled. Don't forget to report any bugs you encounter.
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:vwjltRDG:LtILd0y5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vwjltRDG:LtILd0y5"
}

