1.0.0
Compatibility
Changes
Features
A new Vampire mob which has the ability to turn into a Vampire Bat. New Silver ore which has the same efficiency as Iron but higher enchantability, higher durability, and makes Vampires weak. A new growable crop, Garlic. With this, you can make a Garlic Bottle that will force a Vampire to stay in whichever state it's morphed in. Silver will also cause Vampires to never change into a Bat when you use the Silver weapons against them. The Blood Bottle (dropped by the Vampires and found in a Vampire's Nest) will restore a singular heart of health (2 hp). The brand new Vampire's Nest structure with a group of 6 Vampires which you can raid to rack up on delicious Blood Bottles!
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:mPHmQIae:GzbWkh9J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mPHmQIae:GzbWkh9J"
}

