diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-06-10 06:55:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 22:55:40 +0200 |
commit | 4ac597cab7c261b169c7a7abf005db00fc6c4fb4 (patch) | |
tree | 9e7ec1f5b9a409a58c2896c8978841ead0da27e5 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 6911fd0a77231fead7598d82e03e77a0faf0e92a (diff) | |
download | skyhanni-4ac597cab7c261b169c7a7abf005db00fc6c4fb4.tar.gz skyhanni-4ac597cab7c261b169c7a7abf005db00fc6c4fb4.tar.bz2 skyhanni-4ac597cab7c261b169c7a7abf005db00fc6c4fb4.zip |
Added time per copper (#222)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java index 5c3a60c08..b1a643f66 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -137,6 +137,12 @@ public class Garden { public boolean visitorCopperPrice = true; @Expose + @ConfigOption(name = "Copper Time", desc = "Show the time required per copper inside the visitor gui.") + @ConfigEditorBoolean + @ConfigAccordionId(id = 4) + public boolean visitorCopperTime = false; + + @Expose @ConfigOption(name = "Garden Exp Price", desc = "Show the price per garden experience inside the visitor gui.") @ConfigEditorBoolean @ConfigAccordionId(id = 4) |