Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
All versions
1.16.5-1.9.0-alpha+20220724-1604
Alpha
Vampirism-1.16.5-1.9.0-alpha+20220724-16044 years ago 193
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
Feature:
- Reworked Vampire Forest
- (Weapon) Oils for Hunters
- New Skill Tree for Lord Players and additional skill points
- Buff minion stats
- Locked blood collection minion action between skill unlock
- Added Item Blessing for Hunters and reworked Holy Water crafting
- To bless an item (like pure salt water), hold-right-click the church altar for some time
- Reworked Vampire Book screen and added new content by @Matheo, @SpecialKrab and @CournBread
- Reworked Skill Screen
- Removed Obsidian Armor
- Due to many complains regarding PVP balancing the obsidian armor has been removed
- Increases Armor of Swiftness and Hunter Coat durability
- Added Crucifix for Hunters.
- Exists in different tiers
- Actively hold it to push away nearby vampire entities
- Models by @Йода
- Reworked Vampire Infection
- You no longer automatically infect creatures
- With level 4 you unlock an action to infect a creature
- New Decorative Blocks
- Throne by @BugraaK
- Vampire rack @BugraaK
- Internal rework of item registrations in preparation for 1.19 by TheModdingInquisition
Minor:
- Removed Thirst Effect and replaced with vanilla Hunger
- Reduced blood exhaustion in vampire forest
- Added Vampire Accessory recycling recipes
- Made Vampire Clothing repairable with human hearts
- Changed blood feeding sound
- Allow most enchantments for weapons
New Texture/Models:
- Altar of Inspiration model by @1LiterZinalco
- Amulet and Ring textures by @Eris
- Hunter Minion Upgrade texture by @Grid
- Coffin model by @Йода
- Crossbow models by @random
- Blood Bucket, Human Heart and Weak Human Heart textures by @T_Corvus
Config:
- Improved blood value loader via JSON
- New config option to disable all negative effects from the sun with craftable sunscreen effect
- Dimension blacklist for bat mode
- Unlock all skills test command
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:Ab4s28en"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jVZ0F1wn:Ab4s28en"
}
