All versions
2.0.0
Release
MCA Reborn x Vampirism Compat 2.0.0last month 690
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Any compatible version
Changes
Changelog
2.0.0
- Added support for Minecraft 1.21.1, NeoForge, and MCA 7.7+.
- MCA Vampires now follow a nocturnal schedule and behave better around sunlight.
- MCA Hunters can now attack revealed Vampire players, while disguises still keep players protected.
- MCA Vampires can now receive Vampirism's native special offers.
- Improved trades, discounts, and Cycle Trades for Vampires, Hunters, and Werewolves.
- Added special workstations for Vampire Expert, Hunter Expert, and Werewolf Expert.
- Added faction-specific gifts and recovery foods.
- Added the Village Favors system, with missions given by residents of special villages.
- Fog and other special village effects now correctly follow MCA village boundaries.
- Added the Book of Occult Arts, containing information about the mod's main mechanics.
- Added the Occult Arts advancement tab.
- Improved dialogue, translations, stability, and overall compatibility.
- Fixed several crashes and bugs involving trades, factions, and Easy Villagers.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:kYO3VpZg:ehDiHLWf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kYO3VpZg:ehDiHLWf"
}

