1.0.1
Compatibility
Changes
1.0.1 - Red Eyes and Blood Blood Feeding Support Blood feeding from MCA villagers is now handled directly by this mod. Previously, players needed to install Vampirism Integrations to feed on MCA villagers, but this compatibility is now included natively. Vampirism Integrations is still responsible for compatibility with many other mods, so I still recommend using it. However, you should disable its MCA compatibility option to prevent both mods from handling the same feature.
Vampire Eye Changes Previously, the mod used assets from Vampirism to change the eyes of MCA vampire villagers. However, these eyes did not blend well with MCA villagers and looked unusual to some players. MCA vampire villagers now use the native red and pink eye textures provided by MCA itself, resulting in a more consistent appearance. This behavior can be customized through the mod configuration. You can completely disable the vampire eye changes or restore the previous appearance that uses Vampirism’s eye assets.
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:gsGXI9b1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kYO3VpZg:gsGXI9b1"
}

