1.0.0
Compatibility
Required content
Changes
🚀 Initial Release (v1.0.0) Easy Villager Cure is finally here! Say goodbye to the tedious 5-minute wait and weakness potions.
✨ Features: Zombie Arrow Added: Craftable using 4x Rotten Flesh and 1x Arrow in a cross pattern.
Instant Infection: Shoot any villager (employed or unemployed) to instantly transform them into a Zombie Villager.
Instant Cure: Right-click a Zombie Villager with a standard Golden Apple to cure them instantly with maximum trade discounts!
Custom Effects: Added subtle sound and particle effects for both infection and curing actions.
⚠️ Requirements: Requires Fabric Language Kotlin to be installed in your mods folder.
💡 Recommended Usage: For maximum discount consistency: Infect ➔ Cure ➔ Assign Profession.
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:BOzklRRw:csFbFI9v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BOzklRRw:csFbFI9v"
}


