diff options
author | Cow <cow@volloeko.de> | 2021-03-29 01:50:55 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-03-29 01:50:55 +0200 |
commit | 911e7b32e781b327fb87f7229bfea34389636b5d (patch) | |
tree | 3bad42657faf8f258e2b81cfc7c4894dc1d36168 /src/main/resources | |
parent | ac07fa07ec3fba56fad189c10866e7b22f232434 (diff) | |
download | Cowlection-911e7b32e781b327fb87f7229bfea34389636b5d.tar.gz Cowlection-911e7b32e781b327fb87f7229bfea34389636b5d.tar.bz2 Cowlection-911e7b32e781b327fb87f7229bfea34389636b5d.zip |
Added mini-"tutorial" to open config gui
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index 6836fd4..d23b7f4 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -23,7 +23,7 @@ cowlection.config.gotoKeyBindings.tooltip=Some key bindings can be found in the 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.showBestFriendNotifications.tooltip=Set to true to receive best friends' login/logout messages, set to false hide them.\n§7Best friends list commands:\n ‣ §e/moo add\n ‣ §e/moo remove\n ‣ §e/moo list 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 |