diff options
| author | olim88 <bobq4582@gmail.com> | 2025-03-03 04:10:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 12:10:02 +0800 |
| commit | fa9e6b7663c6f81e08e6e3cc1cf25907522ae82a (patch) | |
| tree | f4c8fe69bc8b7cf40a86ee906ff5b478f6286c64 /src/main/resources | |
| parent | cd728aecd0da561aa6800f5b5b975b8ad9435e0a (diff) | |
| download | Skyblocker-fa9e6b7663c6f81e08e6e3cc1cf25907522ae82a.tar.gz Skyblocker-fa9e6b7663c6f81e08e6e3cc1cf25907522ae82a.tar.bz2 Skyblocker-fa9e6b7663c6f81e08e6e3cc1cf25907522ae82a.zip | |
Fossil Solver (#1156)
* nearly working
nearly working state however lots of the code will need refactoring once i understand what it needs to do
* fix broken code
still needs refactor but works now
* code should work now
needs a refactor next and a few small feature
* add usefull infomation to tooltips
* big refactor
* add config option
* fix bugs
* improve test and tweak fossil types
* add more tooltip infomation
* add translations for tooltips
* fix rebase
* clean up code
hopefully good code now. ready to finally make a pr
* Fix config location
* Fix static usage
* Clean up names
---------
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 8 |
1 files changed, 8 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 48a2ffc2..b249e761 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -663,6 +663,14 @@ "skyblocker.config.mining.glacite.enableCorpseProfitTracker": "Enable Corpse Profit Tracker", "skyblocker.config.mining.glacite.enableCorpseProfitTracker.@Tooltip": "Tracks the profit and the loot you get from corpses. Shows the profit in chat when looting a corpse, and has a command to see your history of corpse loot in /skyblocker rewardTrackers corpse list", + "skyblocker.config.mining.glacite.fossilSolver": "Fossil Solver", + "skyblocker.config.mining.glacite.fossilSolver.@Tooltip": "Helps find fossils in the Fossil Excavator", + "skyblocker.config.mining.glacite.fossilSolver.toolTip.noFossilFound": "No fossil found", + "skyblocker.config.mining.glacite.fossilSolver.toolTip.possiblePatterns": "Possible Patterns: ", + "skyblocker.config.mining.glacite.fossilSolver.toolTip.minimumTilesLeft": "Minimum tiles left : ", + "skyblocker.config.mining.glacite.fossilSolver.toolTip.probability": "Probability: ", + "skyblocker.config.mining.glacite.fossilSolver.toolTip.foundFossil": "Found Fossil: ", + "skyblocker.config.misc": "Misc", "skyblocker.config.misc.richPresence": "Discord RPC", |
