1.0.0
Compatibility
Required content
Changes
NEED GECKOLIB
Villager Golem Healer is a mod that adds a brand-new villager to every village type, regardless of biome: the Golem Healer. This iron-loving merchant offers a wide variety of useful trades.
Its main feature is its connection with the village's Iron Golem. When the golem is attacked, the Golem Healer will summon a special entity called the Mini Golem, which rushes toward the Iron Golem and merges with it, rapidly healing and boosting it back into the fight.
This villager also has unique behavior: sunlight bothers him, so he tends to sleep under trees when feeling safe. Additionally, if he finds poppy flowers, he’ll pick them up, smell them, and gain a regeneration effect.
🔧 Current Features:
-
Automatically spawns in every village (one per village).
-
Cannot be crafted or manually summoned.
-
Future updates will add exclusive trade items for this villager.
❓ Frequently Asked Questions (FAQ) Will the mod receive updates? ✔️ Yes! It’s under active development and more features are coming.
Is more content planned for the mod? ✔️ Absolutely! New mechanics and villager interactions are in the works.
Will there be versions beyond 1.20.1? ✔️ Yes, I’m currently working on support for 1.21.1 and beyond.
Is this mod compatible with others that modify villagers or golems? ⚠️ Compatibility may vary. If you run into any issues, feel free to report them!




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:mKTLIOjN:1wg5kwDZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mKTLIOjN:1wg5kwDZ"
}

