aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2023-12-26 10:24:57 +0100
committerGitHub <noreply@github.com>2023-12-26 10:24:57 +0100
commit0267c885c1cd2787599fbdc41363a2f819794c18 (patch)
tree044a2a379015a44db45aaf962cf4f587a484b431 /src/main/java/io/github/moulberry/notenoughupdates/options
parentdf5972b57c2460f43434820fb3970d99df0162b8 (diff)
downloadnotenoughupdates-0267c885c1cd2787599fbdc41363a2f819794c18.tar.gz
notenoughupdates-0267c885c1cd2787599fbdc41363a2f819794c18.tar.bz2
notenoughupdates-0267c885c1cd2787599fbdc41363a2f819794c18.zip
Added slug pet support to the fishing timer (#979)
Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Fishing.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Fishing.java b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Fishing.java
index fe34c428..48b0661d 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Fishing.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Fishing.java
@@ -273,6 +273,15 @@ public class Fishing {
@ConfigAccordionId(id = 6)
public boolean fishingSound30Sec = true;
+ @Expose
+ @ConfigOption(
+ name = "Enable Slug Pet Check",
+ desc = "Check what pet you're using to determine the cooldown for the fishing timer colour/ping"
+ )
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 6)
+ public boolean enableSlugCheck = true;
+
@ConfigOption(
name = "Trophy Reward",
desc = ""