diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-28 17:43:18 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-28 17:43:18 +0100 |
commit | bf65ac2d17c1cd86f6ad330c3ee5bf158bbb7a23 (patch) | |
tree | 2817f6465ca140992aedccfe2adf672fdea082f0 /src/main/java/at/hannibal2/skyhanni | |
parent | 51034de598456e966c0b045d76a7364084085dc9 (diff) | |
download | skyhanni-bf65ac2d17c1cd86f6ad330c3ee5bf158bbb7a23.tar.gz skyhanni-bf65ac2d17c1cd86f6ad330c3ee5bf158bbb7a23.tar.bz2 skyhanni-bf65ac2d17c1cd86f6ad330c3ee5bf158bbb7a23.zip |
Fixed description.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 6 |
1 files changed, 3 insertions, 3 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 91331bbd0..b0d445f5e 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -120,8 +120,8 @@ public class Garden { @Expose @ConfigOption( name = "Progress Display", - desc = "Show how much more crops are needed to reach the next crop milestone. " + - "§cRequires an tool with either an counter or cultivating enchantment in the hand." + desc = "Shows the progress and ETA until the next crop milestone is reached and the current crops/minute value. " + + "§cRequires a tool with either a counter or cultivating enchantment." ) @ConfigEditorBoolean @ConfigAccordionId(id = 5) @@ -142,7 +142,7 @@ public class Garden { @Expose @ConfigOption( name = "Best Display", - desc = "Show a display with crops sorted by time.") + desc = "Lists all crops and their ETA till next milestone. Sorts for best crop for getting garden level or skyblock level.") @ConfigEditorBoolean @ConfigAccordionId(id = 6) public boolean cropMilestoneBestDisplay = true; |