diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-17 22:56:54 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-17 22:56:54 +0200 |
commit | 9991622e4407d05cc140d6f30ff55c073cbffaa8 (patch) | |
tree | e39e7b7f349d6c94b6e9c7edff54ed6c6e348885 | |
parent | 924c691f3d21cd33519298d36aa0e29bff02bfe6 (diff) | |
download | skyhanni-9991622e4407d05cc140d6f30ff55c073cbffaa8.tar.gz skyhanni-9991622e4407d05cc140d6f30ff55c073cbffaa8.tar.bz2 skyhanni-9991622e4407d05cc140d6f30ff55c073cbffaa8.zip |
added description
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 4 |
1 files changed, 3 insertions, 1 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 1af9cbca1..f9136ea4f 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -592,7 +592,9 @@ public class Garden { public boolean moneyPerHour = false; @Expose - @ConfigOption(name = "Show money per Hour", desc = "Displays the money per hour YOU get with YOUR crop/minute value when selling the item to bazaar.") + @ConfigOption(name = "Show money per Hour", + desc = "Displays the money per hour YOU get with YOUR crop/minute value when selling the item to bazaar. " + + "Supports Bountiful and Mushroom Cow Perk.") @ConfigEditorBoolean @ConfigAccordionId(id = 13) public boolean moneyPerHourDisplay = true; |