Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
Death Knights v1.0.0
IMPORTANT FOR MOD AND MODPACK DEVELOPERS: THIS UPDATE REPLACES ALL DEATH KNIGHTS ATTRIBUTES WITH THEIR ETERNAL ATTRIBUTES EQUIVALENT E.G. death_knights:blood > eternal_attributes:blood
If you are referencing death knight's SpellSchoolRegistry class, then the spell schools will be redirected to Eternal Attributes, but for datapacks, you'll need to change the attribute and school ids to eternal_attributes:{school}.
This also allows seamless use of the Unholy and Blood powers without the need of depending on Death Knights, incase you're interested as a mod/datapack developer.
Changes:
- Now requires Eternal Attributes as dependency
- Added Tier 3 Armor Sets:
- Icebound Knight (Frost)
- Crimson Knight (Blood)
- Blightbringer (Unholy)
- Death's Call armor set now gives +10% of all death knight elements instead of flat +1
- Blood Boil's "Blood Plague" no longer deals damage, and instead it makes the death knight heal every time they deal blood damage (such as from a blood ability). The % max health healing scales up with the amount of blood power the death knight has, and it's configurable.
- Fixed Decaying enchantment not working
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:2EQER1gD:3uS9blRi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2EQER1gD:3uS9blRi"
}

