diff options
author | olim <bobq4582@gmail.com> | 2024-04-16 21:32:01 +0100 |
---|---|---|
committer | olim <bobq4582@gmail.com> | 2024-04-16 21:32:01 +0100 |
commit | 4598f8d038c091e4158dc7b1dbbcb7cdd5f0d5a7 (patch) | |
tree | f994d3437f18256672d32763259faf7b51c9af88 /src/main/resources/assets/skyblocker/lang/en_us.json | |
parent | ddd068b44d5f724bcbbe4a19a2902d44a7262e71 (diff) | |
download | Skyblocker-4598f8d038c091e4158dc7b1dbbcb7cdd5f0d5a7.tar.gz Skyblocker-4598f8d038c091e4158dc7b1dbbcb7cdd5f0d5a7.tar.bz2 Skyblocker-4598f8d038c091e4158dc7b1dbbcb7cdd5f0d5a7.zip |
main commit
most of the feature is implemented with some optimisations and fixes for y offsets still needed
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang/en_us.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 9 |
1 files changed, 9 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 bda6a909..e859db04 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -333,6 +333,15 @@ "text.autoconfig.skyblocker.option.locations.dwarvenMines.enableDrillFuel": "Enable Drill Fuel", "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveFetchur": "Solve Fetchur", "text.autoconfig.skyblocker.option.locations.dwarvenMines.solvePuzzler": "Solve Puzzler Puzzle", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveMetalDetector": "Metal Detector Helper", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveMetalDetector.@Tooltip": "Helper for the metal detector puzzle in the Mines of Divan in the Crystal Hollows.", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveMetalDetector.startTip": "Stand still in multiple places unit solver has narrowed down locations to one", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveMetalDetector.foundCenter": "Found center of mines now working faster", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveMetalDetector.foundTreasureMessage": "Found treasure", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveMetalDetector.possibleTreasureLocationsMessage": "Possible treasure locations: ", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveMetalDetector.somethingWentWrongMessage": "Something went wrong with the metal detector. Trying again", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveMetalDetector.treasure": "Treasure", + "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveMetalDetector.possible": "Possible", "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud": "Dwarven HUD", "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enabledCommissions": "Enable Commissions", "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enabledPowder": "Enable Powder", |