Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated last month
All versions
1.21-1.10.5
Release
Vampirism-1.21-1.10.5last year 2,801
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- fix hunter and vampire mob categories not properly used
- increase hunter coat helmet and boot armor by 1
- reduce finisher by 35%, 30%, 25% when wearing full hunter coat armor
- reduce skill costs of advanced biter, blood vision and disguise by 1
- add 10% total damage to vampire damage skill
- add 1 damage on lvl 7 and 14 to vampires
- make jump boost a toggleable action
- 20% more speed for vampire on lvl 14 (level based)
- increase passive damage reduction for vampires from 20% to 40% (level based)
- 50% more natural healing on lvl 14 (level based)
- add 2.5% chance to doge an attack per piece of armor of swiftness equipped as hunter, additional 10% for a full set
- add 2.5% damage reduction for an attack per piece of hunter coat equipped as hunter, additional 10% for a full set
- remove hunter resistance potions
- reduce vampire natural resistance from 40% to 20%
- add slow ticking regeneration for vampires regardless of blood level
- increase garlic check tick to stop blindness flashing
- add garlic effect class to apply attribute modify by itself iinstead of using other potion effects
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:jVZ0F1wn:vKI0bJ6m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jVZ0F1wn:vKI0bJ6m"
}
