31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
/*********
|
|
** Map options
|
|
*********/
|
|
// minimap section
|
|
"minimap.label": "Minimap",
|
|
"minimap.enabled": "Enabled",
|
|
"minimap.locked": "Lock minimap position",
|
|
"minimap.width": "Minimap width",
|
|
"minimap.height": "Minimap height",
|
|
|
|
// immersion section
|
|
"immersion.label": "Settings:",
|
|
"immersion.always-show-villagers": "Always show villagers",
|
|
"immersion.only-villagers-talked-to": "Show villagers player has talked to",
|
|
"immersion.hide-villagers-talked-to": "Hide villagers player has talked to",
|
|
"immersion.only-villagers-in-player-location": "Only show villagers in player's location",
|
|
"immersion.only-villagers-within-heart-level": "Only show villagers within heart level",
|
|
"immersion.min-heart-level": "Minimum heart level",
|
|
"immersion.max-heart-level": "Maximum heart level",
|
|
|
|
// extra settings section
|
|
"extra.label": "Extra Settings:",
|
|
"extra.show-quests-or-birthdays": "Show quests or birthdays",
|
|
"extra.show-hidden-villagers": "Show hidden villagers",
|
|
"extra.show-traveling-merchant": "Show traveling merchant",
|
|
|
|
// include/exclude villagers section
|
|
"villagers.label": "Include/Exclude villagers:"
|
|
}
|