9 lines
292 B
TOML
9 lines
292 B
TOML
|
|
#Client Config. This config only exists on the client
|
|
[client]
|
|
#Global override to disable all rendering related to the mod (including in gender menus)
|
|
disableRendering = false
|
|
#Global override to disable replacing sounds of players with female variants
|
|
disableSoundReplacement = false
|
|
|