20.14.1.7.0
Compatibility
Required content
Changes
20.14.1.7.0
Next Big Update ;-;
Added new Weapon set: The Ritual Daggers!
There are two versions of the daggers: Blood Ritus Dagger and Night Ritus Dagger
Both Daggers have a unique Moveset but the Same Innate: Sepukku
Blood Ritual Dagger regenerates missing health when killing smth. The Healing strength is influenced by Sepukku. Night Ritual Dagger regains missing Stamina on kill. It deals More damage on Night Time.
- added new Potion Effect: Fortified!
-
This effect add 6 Armor Points and 2.5 Armor Toughness
-
can be brewed with Diamond and Thick Potion
-
Darksouls killing sounds are played when any mob dies. Can be disabled in config if you dont like it.
-
redrawed most golden Items
-
Evil Tachi, Light Greatsword are now compatible with Swordmaster
-
increased Lifetime of Milady Dual Trails
-
improved various Animations
-
added Language tags to our Weaponcategories
-
Hollow RAAHHH Soundeffect should now be hearable from other players (not tested)
-
Hollow Innate Status Effect applies now midanim
-
Hollow Innate Status Effect is no longer datadriven
and some things I forgot to add to changelog Have Fun!
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:6C2KYRot"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kY95MKf3:6C2KYRot"
}


