20.14.1.6.1
Compatibility
Required content
Changes
20.14.1.6.1
-
Added New Potion Effect: Stun Resitance!
-
This effect increases Stunarmor by 10 Points (Stunarmor increases Time of Stunimmunity between Stuns)
-
can be brewed with Iron Ingot and Thick Potion
-
fixed Dawnday crashes without WoM
-
Added Hollow Longsword Onehanded Basic Combo (Auto 1-3)
-
Added Hollow Longsword Walk and Run, made by RobertOn
-
improved Wild Strikes Innate
-
optimized Greataxe Animations a bit
-
reduced damage output for most greataxe attacks
-
increased Whirlwind Innate Reqirement
-
redrawed Nail Texture
-
Added Crafting to Messers
-
added Crafting to Bonesaw
-
Impact Potion buffed (2 Impact -> 3 Impact)
-
Vigor Potion buffed (20% -> 25% More Damage)
-
removed a bunch of unused animations, which Increases mod Loadingtime and reduces filesize
-
added Missing Language to Annihilate
-
added Missing Language to tipped Arrows
-
updated German Translation (I did not cover the Potion effects cuz too much)
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:kY95MKf3:saccxzjE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kY95MKf3:saccxzjE"
}


