diff options
| author | Peyton Brown <81496880+PeytonBrown@users.noreply.github.com> | 2025-06-28 20:30:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-28 20:30:26 -0400 |
| commit | f44febbc8b784ee274ee421239cf7ad1b3cb8b6b (patch) | |
| tree | 5d44c5aea1d50ad02c9edf33995f8d28a2a90d23 /src/main/resources/assets | |
| parent | b2855b081f696cd1daf149aba004e7f6d007b59b (diff) | |
| download | Skyblocker-f44febbc8b784ee274ee421239cf7ad1b3cb8b6b.tar.gz Skyblocker-f44febbc8b784ee274ee421239cf7ad1b3cb8b6b.tar.bz2 Skyblocker-f44febbc8b784ee274ee421239cf7ad1b3cb8b6b.zip | |
Initial Sweep Overlay (#1415)
* Initial Implementation
* Remove many if statements and support thrown axes
* remove fallback values, only support tree update
* Separate thowable axes
* use block tags instead
* Set max of 35 logs
* Toggle for thrown ability
* improve ux with better feedback
* improve comments
* fix pr comments
Diffstat (limited to 'src/main/resources/assets')
| -rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 10 |
1 files changed, 10 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 2835ef40..72dc8098 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -288,6 +288,16 @@ "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.", + "skyblocker.config.foraging.sweepOverlay": "Sweep Overlay", + "skyblocker.config.foraging.sweepOverlay.enableSweepOverlay": "Enable Sweep Overlay", + "skyblocker.config.foraging.sweepOverlay.enableSweepOverlay.@Tooltip": "Highlights logs that will be destroyed from sweep.", + "skyblocker.config.foraging.sweepOverlay.enableThrownAbilityOverlay": "Show Overlay for Thrown Ability", + "skyblocker.config.foraging.sweepOverlay.enableThrownAbilityOverlay.@Tooltip": "Highlights logs when using an axe's thrown ability.", + "skyblocker.config.foraging.sweepOverlay.sweepOverlayColor": "Sweep Overlay Color", + "skyblocker.config.foraging.sweepOverlay.sweepStatMissingMessage": "Sweep Missing: Add the Sweep stat to your player list with /tablist", + + "skyblocker.config.foraging.hunting": "Hunting", + "skyblocker.config.general": "General", "skyblocker.config.general.chestValue.@Tooltip": "Calculate the value of this container.", |
