diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-07-01 16:36:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-01 16:36:58 -0400 |
commit | 8a844aa312e5a5153a38478df70a099d23ba32ca (patch) | |
tree | 4f7ba6b103fda040ad41aeef2066b10c259a415d /src/main/resources/assets | |
parent | c71c140c0a2830905870685bb7b8e83dee9276f2 (diff) | |
parent | 1ab77d6b70452d969970ad3bd185d551f4b1ef97 (diff) | |
download | Skyblocker-8a844aa312e5a5153a38478df70a099d23ba32ca.tar.gz Skyblocker-8a844aa312e5a5153a38478df70a099d23ba32ca.tar.bz2 Skyblocker-8a844aa312e5a5153a38478df70a099d23ba32ca.zip |
Merge pull request #192 from AzureAaron/motes-price-tooltip
Add Motes Price Tooltip
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index df610333..20c2c27f 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -38,6 +38,8 @@ "text.autoconfig.skyblocker.option.general.tabHud.tabHudScale.@Tooltip": "Value in %, relative to your vanilla GUI scale", "text.autoconfig.skyblocker.option.general.itemTooltip": "Item Tooltip", "text.autoconfig.skyblocker.option.general.itemTooltip.enableNPCPrice": "Enable NPC Price", + "text.autoconfig.skyblocker.option.general.itemTooltip.enableMotesPrice": "Enable Motes Price", + "text.autoconfig.skyblocker.option.general.itemTooltip.enableMotesPrice.@Tooltip": "Displays the Motes sell price of an item while in The Rift.", "text.autoconfig.skyblocker.option.general.itemTooltip.enableAvgBIN": "Enable Avg. BIN Price", "text.autoconfig.skyblocker.option.general.itemTooltip.avg": "Average Type", "text.autoconfig.skyblocker.option.general.itemTooltip.avg.@Tooltip": "You can choose how many days of average price to be", @@ -204,6 +206,8 @@ "text.autoconfig.skyblocker.option.locations.rift": "The Rift", "text.autoconfig.skyblocker.option.locations.rift.mirrorverseWaypoints": "Enable Mirrorverse Waypoints", + "text.autoconfig.skyblocker.option.locations.rift.mcGrubberStacks": "McGrubber Stacks", + "text.autoconfig.skyblocker.option.locations.rift.mcGrubberStacks.@Tooltip": "Used for calculating Motes sell prices.", "text.autoconfig.skyblocker.category.messages": "Messages", "text.autoconfig.skyblocker.option.messages.chatFilterResult.PASS": "Disabled", |