aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--FEATURES.md2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 606423d19..92b143145 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -86,7 +86,7 @@
+ Scroll within the position editor to independently adjust the GUI scale for each SkyHanni element.
+ Change the global scale of all SkyHanni elements at once (in the config under /sh scale).
+ Added Fishing Hook Display. - hannibal2
- + Display the Hypixel timer until the fishing hook can be pulled out of the water, only bigger and on your screen.
+ + Display the Hypixel timer until the fishing hook can be pulled out of the water/lava, only bigger and on your screen.
### Changes
diff --git a/FEATURES.md b/FEATURES.md
index c9a73a5d4..a3485e537 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -182,7 +182,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game.
+ Hides your own Chum/Chumcap Bucket.
+ Highlight and outline feature for rare sea creatures. - Cad
+ Added Fishing Hook Display. - hannibal2
- + Display the Hypixel timer until the fishing hook can be pulled out of the water, only bigger and on your screen.
+ + Display the Hypixel timer until the fishing hook can be pulled out of the water/lava, only bigger and on your screen.
## Damage Indicator
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java
index 1582c734a..8599bb4a2 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java
@@ -212,7 +212,7 @@ public class FishingConfig {
public static class FishingHookDisplay {
@Expose
- @ConfigOption(name = "Enabled", desc = "Display the hypixel timer until the fishing hook can be pulled out of the water, only bigger and on your screen.")
+ @ConfigOption(name = "Enabled", desc = "Display the hypixel timer until the fishing hook can be pulled out of the water/lava, only bigger and on your screen.")
@ConfigEditorBoolean
@FeatureToggle
public boolean enabled = true;