This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/villagernames.json5

10 lines
501 B
Plaintext
Raw Permalink Normal View History

2023-11-02 12:32:44 -05:00
{
// Use the custom name list, editable in ./mods/villagernames/customnames.txt, seperated by a comma.
"_useCustomNames": true,
// Use the list of pre-defined female names when naming villagers.
"_useFemaleNames": true,
// Use the list of pre-defined male names when naming villagers.
"_useMaleNames": true,
// If enabled, also gives modded villagers a name. If you've found a 'villager'-entity that isn't named let me know by opening an issue so I can add it in.
"nameModdedVillagers": true
}