diff options
author | Cow <cow@volloeko.de> | 2020-07-15 01:09:02 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-07-15 01:09:02 +0200 |
commit | a1b1a1195a652090256ec40e0c4717a174a5ce76 (patch) | |
tree | 91c3b695276b52cf472aa3f8decd8794d3fb78f1 /src/main/resources/assets/cowlection/lang/en_US.lang | |
parent | 0f7c48a49b7ba7164160a718797386fecc31d24f (diff) | |
download | Cowlection-a1b1a1195a652090256ec40e0c4717a174a5ce76.tar.gz Cowlection-a1b1a1195a652090256ec40e0c4717a174a5ce76.tar.bz2 Cowlection-a1b1a1195a652090256ec40e0c4717a174a5ce76.zip |
Dungeons Update part 1
- Added Dungeon item stats tooltip cleaner
- Added Dungeon Party Finder improvements
Diffstat (limited to 'src/main/resources/assets/cowlection/lang/en_US.lang')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 4 |
1 files changed, 4 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 eadc42a..b84140f 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -12,6 +12,10 @@ cowlection.config.numeralSystem=Numeral system cowlection.config.numeralSystem.tooltip=Use Roman or Arabic numeral system? cowlection.config.tabCompletableNamesCommands=Commands with Tab-completable usernames cowlection.config.tabCompletableNamesCommands.tooltip=List of commands with a username argument that should be Tab-completable.\nRequires game restart to take effect! +cowlection.config.dungClassRange=Dungeon Parties: Class level range +cowlection.config.dungClassRange.tooltip=Accepted level range for the dungeon party finder. Set to -1 to disable +cowlection.config.dungFilterPartiesWithDupes=Dungeon Parties: Mark duplicated classes? +cowlection.config.dungFilterPartiesWithDupes.tooltip=Mark parties with duplicated classes? cowlection.config.logsDirs=Directories with Minecraft log files cowlection.config.logsDirs.tooltip=List of directories containing Minecraft log files cowlection.config.defaultStartDate=Start date for log file search |