diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-20 19:37:13 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-20 19:37:13 +0200 |
commit | e90656721074a86f0180fe28e21f69f50684bbf8 (patch) | |
tree | 4fcdcd8dcb49905a9706250f0b65898f9bdc5ab7 | |
parent | dc6eaed74178c5ca3c5af0f44b28e96155cfb13a (diff) | |
download | skyhanni-e90656721074a86f0180fe28e21f69f50684bbf8.tar.gz skyhanni-e90656721074a86f0180fe28e21f69f50684bbf8.tar.bz2 skyhanni-e90656721074a86f0180fe28e21f69f50684bbf8.zip |
fix typo
-rw-r--r-- | FEATURES.md | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FEATURES.md b/FEATURES.md index aca676001..0d71d7b4c 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -450,7 +450,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Highlight larvas on trees in Wyld Woods while holding a Larva Hook in the hand + Customize the color + **Odonatas Highlighter** - + Highlight the small Odonatas flying around the trees while holding a Empty Odonata Bottle in the hand. + + Highlight the small Odonatas flying around the trees while holding an Empty Odonata Bottle in the hand. + Customize the color + **Agaricus Cap** countdown + Counts down the time until Agaricus Cap (Mushroom) changes color from brown to red and is breakable. diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java index 6ac5f7452..1785518b0 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java @@ -138,7 +138,7 @@ public class RiftConfig { public static class OdonataConfig { @Expose - @ConfigOption(name = "Highlight", desc = "Highlight the small §cOdonatas §7flying around the trees while holding a " + + @ConfigOption(name = "Highlight", desc = "Highlight the small §cOdonatas §7flying around the trees while holding an " + "§eEmpty Odonata Bottle §7in the hand.") @ConfigEditorBoolean @FeatureToggle |