From 52c6bc751f4d4f9112531b68998eb33d466a328d Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 17 Sep 2023 17:04:29 +0200 Subject: changed changelog --- CHANGELOG.md | 2 +- FEATURES.md | 2 +- 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; -- cgit