Tags
Creators
Details
All versions
1.0.1
Release
Fabulous Blade 1.0.1last year 4,096
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Fabulous Blades - Update v1.0.1
New Features and Improvements
⚔️ Sword Balancing
- All swords now follow a formula for damage calculation.
- Based on the standard vanilla value + reforging bonus.
- Example:
- Iron Sword (Vanilla): 6 damage.
- Claymore: +3 bonus → 9 total damage.
- Katana: +1 bonus → 7 total damage.
- Longblade: +2 bonus → 8 total damage.
🗡️ New Katana Attack Combo
- The Katana now has a new set of attacks, enhancing gameplay.
🔮 New Requirement
- The mod now requires Apothic Attributes (AttributesLib).
- Some swords utilize exclusive attributes from this mod.
✨ New Reforge Attributes
- Reforges now grant Critical Chance and Critical Damage.
⚙️ Crafting System Improvements
- The sword crafting system has been adjusted.
- Better compatibility with other mods for integrations and addons.
🎨 Claymore Visual Update
- Minor aesthetic changes to the Claymore for a refined look.
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:4DKlsABj:EcXDL4v7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4DKlsABj:EcXDL4v7"
}


