diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-22 13:55:11 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-22 13:55:11 +0100 |
commit | cebe991e0f997035e9e0be0f49fd460be20c5a20 (patch) | |
tree | ba2f463861c44d3211c592806ffa2923b9199f0e /src/main | |
parent | a1427ad9e196b5bd731e337c2661d3497e701fce (diff) | |
download | skyhanni-cebe991e0f997035e9e0be0f49fd460be20c5a20.tar.gz skyhanni-cebe991e0f997035e9e0be0f49fd460be20c5a20.tar.bz2 skyhanni-cebe991e0f997035e9e0be0f49fd460be20c5a20.zip |
better description
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java index 6dbf5b99b..bf2609ed0 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java @@ -22,7 +22,7 @@ public class BarnTimerConfig { @Expose @ConfigOption( name = "Worm Fishing", - desc = "Show the Barn Fishing Timer even for worms or other sea creatures in the Crystal Hollows." + desc = "Show the Barn Fishing Timer in the Crystal Hollows." ) @ConfigEditorBoolean public boolean crystalHollows = true; @@ -30,7 +30,7 @@ public class BarnTimerConfig { @Expose @ConfigOption( name = "Lava Fishing", - desc = "Show the Barn Fishing Timer even while in the Crimson Isle." + desc = "Show the Barn Fishing Timer in the Crimson Isle." ) @ConfigEditorBoolean public boolean crimsonIsle = true; @@ -38,7 +38,7 @@ public class BarnTimerConfig { @Expose @ConfigOption( name = "Winter Fishing", - desc = "Show the Barn Fishing Timer even on the Jerry's Workshop." + desc = "Show the Barn Fishing Timer on the Jerry's Workshop." ) @ConfigEditorBoolean public boolean winterIsland = true; @@ -46,7 +46,7 @@ public class BarnTimerConfig { @Expose @ConfigOption( name = "Stranded Fishing", - desc = "Show the Barn Fishing Timer even on all the different islands Stranded players can visit." + desc = "Show the Barn Fishing Timer on all the different islands that Stranded players can visit." ) @ConfigEditorBoolean public boolean forStranded = true; |