diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-26 12:58:32 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-26 12:58:32 +0100 |
commit | 4cb7c1992094f8dfa4b12e60b187f97af6dd70ff (patch) | |
tree | 83a4091a3ed26cff71fcbf908323a89f6f75896c /src/main/java/at/hannibal2/skyhanni | |
parent | 96b220f94dc0782959fa327a1f3c91c954685e8d (diff) | |
download | skyhanni-4cb7c1992094f8dfa4b12e60b187f97af6dd70ff.tar.gz skyhanni-4cb7c1992094f8dfa4b12e60b187f97af6dd70ff.tar.bz2 skyhanni-4cb7c1992094f8dfa4b12e60b187f97af6dd70ff.zip |
better description
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/garden/CropStartLocationConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/CropStartLocationConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/CropStartLocationConfig.java index 33a797bcb..721c5757f 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/CropStartLocationConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/CropStartLocationConfig.java @@ -8,7 +8,7 @@ import io.github.moulberry.moulconfig.annotations.ConfigOption; public class CropStartLocationConfig { @Expose - @ConfigOption(name = "Enable", desc = "Show the start waypoint for your farm with the currently holding tool.") + @ConfigOption(name = "Enable", desc = "Show the start waypoint for the farm of your current tool in hand. Do §e/shcropstartlocation §7to change the waypoint again.") @ConfigEditorBoolean @FeatureToggle public boolean enabled = false; |