diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-08-28 05:18:28 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 21:18:28 +0200 |
commit | 27f629589aeba6f2209f6c2e2c28af575b4ce022 (patch) | |
tree | 554c1badb15082482f7746afc9a574b870436279 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 0f375522e6a4ac326c27b1f8b02e5de2b8491c4f (diff) | |
download | skyhanni-27f629589aeba6f2209f6c2e2c28af575b4ce022.tar.gz skyhanni-27f629589aeba6f2209f6c2e2c28af575b4ce022.tar.bz2 skyhanni-27f629589aeba6f2209f6c2e2c28af575b4ce022.zip |
Merge pull request #402
* garden exp
* refactored a lot of stuff
* make it not break
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java index 27ebb1954..b3a5abd27 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -339,7 +339,7 @@ public class GardenConfig { @ConfigOption( name = "Progress Display", 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." + "§eRequires a tool with either a counter or cultivating enchantment for full accuracy." ) @ConfigEditorBoolean @ConfigAccordionId(id = 6) |