Compare commits
No commits in common. "349a7cff3d4e6b2592e5bfe68a83c7dca683480b" and "c4daa73481f136b855d3a507aaba13903e43f952" have entirely different histories.
349a7cff3d
...
c4daa73481
@ -6,13 +6,13 @@
|
|||||||
// Use the list of pre-defined male names when naming villagers.
|
// Use the list of pre-defined male names when naming villagers.
|
||||||
"useDefaultMaleNames": true,
|
"useDefaultMaleNames": true,
|
||||||
// Disabled by default. Whether both custom and default names should be used to name villagers. Custom names will probably not be chosen often due to the amount of default names.
|
// Disabled by default. Whether both custom and default names should be used to name villagers. Custom names will probably not be chosen often due to the amount of default names.
|
||||||
"useBothCustomAndDefaultNames": true,
|
"useBothCustomAndDefaultNames": false,
|
||||||
// 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.
|
// 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,
|
"nameModdedVillagers": true,
|
||||||
// Whether the profession should be added to the villager's trade screen next to their name.
|
// Whether the profession should be added to the villager's trade screen next to their name.
|
||||||
"showProfessionOnTradeScreen": true,
|
"showProfessionOnTradeScreen": true,
|
||||||
// If enabled, switches the name and profession on the villager trading screen. Result: <profession> - <name>.
|
// If enabled, switches the name and profession on the villager trading screen. Result: <profession> - <name>.
|
||||||
"switchNameAndProfessionTradeScreen": true,
|
"switchNameAndProfessionTradeScreen": false,
|
||||||
// Whether the merchant level (novice, apprentice etc.) should be hidden on the trade screen.
|
// Whether the merchant level (novice, apprentice etc.) should be hidden on the trade screen.
|
||||||
"hideMerchantLevelTradeScreen": false,
|
"hideMerchantLevelTradeScreen": false,
|
||||||
// If enabled, the mod capitalizes each word in the custom name list.
|
// If enabled, the mod capitalizes each word in the custom name list.
|
||||||
|
Loading…
Reference in New Issue
Block a user