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 | 23dff20b118a3fa50dcdb42298ad6b5762dcda69 (patch) | |
| tree | e39e7b7f349d6c94b6e9c7edff54ed6c6e348885 | |
| parent | b75f4fe8c2564f8f6fbfb37be053032a4c64de49 (diff) | |
| download | SkyHanni-23dff20b118a3fa50dcdb42298ad6b5762dcda69.tar.gz SkyHanni-23dff20b118a3fa50dcdb42298ad6b5762dcda69.tar.bz2 SkyHanni-23dff20b118a3fa50dcdb42298ad6b5762dcda69.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; |
