All versions
1.0.1
Release
Better Katanas NeoForge 1.21.12 years ago 3,016
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
Initial Rebuild [NeoForge 1.21.1]
Katanas
- Wood
- Damage: 4.2
- Attack Speed: 2
- Stone
- Damage: 5.5
- Attack Speed: 1.8
- Iron
- Damage: 6.5
- Attack Speed: 2
- Diamond
- Damage: 7.5
- Attack Speed: 2
- Netherite
- Damage: 8.5
- Attack Speed: 2
- Sculk
- Damage: 9.5
- Attack Speed: 2
- Echo
- Damage: 10.5
- Attack Speed: 2
Blocks
- Forge
- Used to craft new katanas
- To craft right click iron block with forge hammer
Food
- Warden Heart
- Gives many potion effects
- Gives 20 food
- Gives 30 saturation
Tools
- Forge Hammer
- Used to make forge
- Used in new custom crafting
Enchants
- True Sharpness
- 5 levels
- 5 extra damage lvl 1
- additional 1 damage per lvl
Advancements
- Added for all katanas
- Added for Hammer
- Added for Forge
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:OZ1rRpiV:NwdEFfvk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OZ1rRpiV:NwdEFfvk"
}

