diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-17 17:04:29 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-17 17:04:29 +0200 |
commit | 52c6bc751f4d4f9112531b68998eb33d466a328d (patch) | |
tree | a69427bcf0b5e017b0549d6c95968d9a39987f39 | |
parent | 7e4bbaec3e6c116b0e2a1ddda28bdbb0e0f2d522 (diff) | |
download | skyhanni-52c6bc751f4d4f9112531b68998eb33d466a328d.tar.gz skyhanni-52c6bc751f4d4f9112531b68998eb33d466a328d.tar.bz2 skyhanni-52c6bc751f4d4f9112531b68998eb33d466a328d.zip |
changed changelog
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | FEATURES.md | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java | 2 |
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; |