
Villager Converting
This mod ensures that villagers turn into zombie villagers when attacked by zombies, completely eliminating their death. In version 0.1.0, villagers required a name for guaranteed conversion, but starting from version 1.0.0 this became a configurable option. The mod is required on the server for multiplayer but also works perfectly in single player!
Configuration
The mod's behavior can be configured through the villagerconverting.toml
file located in the server's configuration folder (or the local world folder for single player). From version 1.5.0, the configuration file is generated inside the world/save folder, as the configuration parameters have become world-specific. If you're playing in single player mode and have ModMenu installed, you can also access the settings through the interface in ModMenu's mod list!
modEnabled
: true|false
— A simple toggle for the mod! When set to false
, villagers will revert to standard behavior/probability for zombie conversion.
requireName
: true|false
— When set to true
, guaranteed conversion will only occur with villagers that have a custom name set (for example, using a name tag)! Villagers without names will revert to standard behavior.