diff options
| author | Peyton Brown <81496880+PeytonBrown@users.noreply.github.com> | 2025-07-14 00:36:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 00:36:47 -0400 |
| commit | c3177618bb8a08d0b3f26858858477509ecdb8ba (patch) | |
| tree | 1bd47ce6352e8a12191ccd4c007335ec279c04b6 /src/main/resources | |
| parent | 6e1deb0bc3d3fbb8c5768e116762de3f6770f953 (diff) | |
| download | Skyblocker-c3177618bb8a08d0b3f26858858477509ecdb8ba.tar.gz Skyblocker-c3177618bb8a08d0b3f26858858477509ecdb8ba.tar.bz2 Skyblocker-c3177618bb8a08d0b3f26858858477509ecdb8ba.zip | |
Tuner solver (#1430)
* init
* Add slot text
* handle slot interaction
* Cleanup and improve solvers
* Add setting for tuner solver
* fix merge conflict
* Change to use container solver.
* Add button to ContainerSolver::onClickSlot
* fix merge conflicts, reformat using tabs
* reformat using tabs
* handle looping clicks
* remove unused import
* Fix merge conflicts
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 2 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 927e3f80..d93bb253 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -292,6 +292,8 @@ "skyblocker.config.foraging.galatea.enableSeaLumiesHighlighter.@Tooltip": "Highlights Sea Lumies in cyan to assist in locating them.", "skyblocker.config.foraging.galatea.seaLumieMinCount": "Minimum Sea Lumie Count to Highlight", "skyblocker.config.foraging.galatea.seaLumieMinCount.@Tooltip": "The minimum number of Sea Lumies that must be present within a block for it to be highlighted.", + "skyblocker.config.foraging.galatea.enableTunerSolver": "Enable Tuner Solver", + "skyblocker.config.foraging.galatea.enableTunerSolver.@Tooltip": "Shows the required clicks in the Tune Frequency puzzle.", "skyblocker.config.foraging.galatea.solveForestTemplePuzzle": "Solve Forest Temple Puzzle", "skyblocker.config.foraging.galatea.solveForestTemplePuzzle.@Tooltip": "Displays the amount of times you need to rotate the terracotta blocks. For positive rotations you right click while for negative rotations you left click.", |
