Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated 5 days ago
All versions
0.5.10
Release
Just Another Witchery Remake 0.5.105 days ago 105
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
0.5.10
Additions
- Appleskin support for Vampire, hides overlay
- Compatibiltiy with NeoVitae, vampires can feed off Anima network when holding a blood orb and using drink ability
Changes
- Set default config for enable empowered charms to false.
- Made Vamp not able to gain fire resistance
- Increased Bone Needle self stab damage from 2 to 4
- Running out of blood causes Vampires to become weak
- Sun damage doesn't affect vampires during rain or thunder
- Regular food causes Vampires to get nausea and hunger
Fixes
- Fixed vampire immortality to not block everything.
- Fixed Vampires blood drink ability not killing entities with 0 blood.
- Fixed render box for Cage.
- Fixed Blood particle height for sleeping villagers.
- Fixed Voodoo poppet unable to get stabbed by bone needle
- Fixed Bone needle use durability
- Fixed Bone needle crafting durability
- Fixed vampire drink blood ability hurting transfixed villagers
- Fixed cage not dropping its item when top block was broken
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:LCO8KZvC:GsH0KonE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LCO8KZvC:GsH0KonE"
}

