Creators
Details
Licensed MIT
Published 3 months ago
All versions
1.0.8
Release
artifex 1.0.83 months ago 331
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Artifex Changelog
Fixes
- Fixed Execute Specialty not activating on mobs above the HP Threshold
Adjustments
- [Specialty ~] Iaijutsu: As level increases, timer duration now decreases while damage increases.
- [Specialty ↑] Iaijutsu: Level 1 damage increased from 250% to 300%.
- [Weapon ↑] Battle Axe: Removed movement speed modifier
- [Weapon ↑] Flanged Mace: Removed movement speed modifier
- [Weapon ↑] Greatsword: Increased Better Combat reach from 3.25 to 3.5
- [Weapon ↑] Greatsword: Removed movement speed modifier
- [Weapon ↑] Halberd: Increased Better Combat reach from 3.5 to 4.00
- [Weapon ↑] Halberd: Increased Vanilla reach bonus from 1.25 to 1.50
- [Weapon ↑] Javelin: Increased Better Combat reach from 3.5 to 3.75
- [Weapon ↓] Scythe: Decreased Better Combat reach from 3.5 to 3.25
- [Weapon ↑] Odachi: Increased Better Combat reach from 3.0 to 3.5
And a few more miscellaneous features!
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:ZmVkDd7k:qkuWEB63"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZmVkDd7k:qkuWEB63"
}

