diff options
author | Cow <cow@volloeko.de> | 2020-12-20 22:17:09 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-12-20 22:17:09 +0100 |
commit | 35fda52e2f38a66fb864f8f6a7552ef2078d3dea (patch) | |
tree | a4de0da60c3077c183437211000f9165122d71e2 /src/main/resources | |
parent | 609758ab51a46e4ccac2cd37f449f3682bc15770 (diff) | |
download | Cowlection-35fda52e2f38a66fb864f8f6a7552ef2078d3dea.tar.gz Cowlection-35fda52e2f38a66fb864f8f6a7552ef2078d3dea.tar.bz2 Cowlection-35fda52e2f38a66fb864f8f6a7552ef2078d3dea.zip |
Added sound when a best friend joins
- Toggleable via config (deactivated by default)
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index c7cc85f..ba15568 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -22,6 +22,8 @@ cowlection.config.doUpdateCheck=Check for updates cowlection.config.doUpdateCheck.tooltip=Check for mod updates when launching the game? cowlection.config.showBestFriendNotifications=Show best friend notifications cowlection.config.showBestFriendNotifications.tooltip=Set to true to receive best friends' login/logout messages, set to false hide them. +cowlection.config.enableBestFriendNotificationSound=Play sound when best friend joins +cowlection.config.enableBestFriendNotificationSound.tooltip=If enabled: plays a notification sound when a best friend comes online. cowlection.config.showFriendNotifications=Show friend notifications cowlection.config.showFriendNotifications.tooltip=Set to true to receive friends' login/logout messages, set to false hide them. cowlection.config.showGuildNotifications=Show guild notifications |