ferdinland-server-config/piglinnames.json5

12 lines
618 B
Plaintext
Executable File

{
// Use the custom name list, editable in ./mods/piglinnames/customnames.txt, seperated by a comma. If custom names are found, the default name list is ignored.
"useCustomNames": true,
// Use the list of pre-defined female names when naming piglins.
"useDefaultFemaleNames": true,
// Use the list of pre-defined male names when naming piglins.
"useDefaultMaleNames": true,
// Disabled by default. Whether both custom and default names should be used to name piglins.
"useBothCustomAndDefaultNames": false,
// If enabled, the mod capitalizes each word in the custom name list.
"shouldCapitalizeNames": true
}