diff options
author | Cow <cow@volloeko.de> | 2022-10-10 23:24:04 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2022-10-10 23:24:04 +0200 |
commit | 307610afe9a46e1e5ad57b6c1bcbbe2fa5e6747f (patch) | |
tree | a3322fa0e598c5d08a21739f9a55fb6f2ee0a960 /src/main/resources | |
parent | a534e8f516515c9f790b2fd2071e7de088ad778c (diff) | |
download | Cowlection-307610afe9a46e1e5ad57b6c1bcbbe2fa5e6747f.tar.gz Cowlection-307610afe9a46e1e5ad57b6c1bcbbe2fa5e6747f.tar.bz2 Cowlection-307610afe9a46e1e5ad57b6c1bcbbe2fa5e6747f.zip |
Chest Analyzer rework
- Added search
- Added NPC sell prices
- Added 'deselect/hide item'
- Added list of coords for highlighted chests
- Added info button (`[?]`)
- Added 'price type' column
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 4 |
1 files changed, 3 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 bf38336..2691fe9 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -52,8 +52,10 @@ cowlection.config.chestAnalyzerUseBazaarPrices=Use Bazaar prices cowlection.config.chestAnalyzerUseBazaarPrices.tooltip=Should §eInstant-Sell §ror §eSell Offer §rprices be used by default? cowlection.config.chestAnalyzerShowLowestBinItems=Show lowest BIN items? cowlection.config.chestAnalyzerShowLowestBinItems.tooltip=Should items with a §elowest BIN §rprice be displayed by default? +cowlection.config.chestAnalyzerShowNpcItems=Show NPC sell price items? +cowlection.config.chestAnalyzerShowNpcItems.tooltip=Should items with an §eNPC sell §rprice be displayed by default?\n§c(NPC sell price is only used if an item has neither a Bazaar nor lowest BIN price, or if one of them is hidden) cowlection.config.chestAnalyzerShowNoPriceItems=Show items without price? -cowlection.config.chestAnalyzerShowNoPriceItems.tooltip=Should items §ewithout §ra Bazaar or BIN price be displayed by default? +cowlection.config.chestAnalyzerShowNoPriceItems.tooltip=Should items §ewithout §ra Bazaar, BIN, or NPC price be displayed by default? cowlection.config.chestAnalyzerShowCommandUsage=Show command usage? cowlection.config.chestAnalyzerShowCommandUsage.tooltip=Should the command usage of §e/moo analyzeChests §rbe displayed again each time? cowlection.config.tooltipToggleKeyBinding=Key binding: toggle tooltip |