From d71b24f52815fc2f1f2c9ae0ce7ef4afcbc41849 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 23 Sep 2023 10:22:43 +0200 Subject: Fixed typo --- CHANGELOG.md | 2 +- FEATURES.md | 2 +- src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b143145..37573f0e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -622,7 +622,7 @@ + Highlight visitor when the required items are in the inventory or the visitor is new and needs to checked what items it needs + Added **Show Price** - + Show the bazaar price of the items required for the visitors. + + Show the Bazaar price of the items required for the visitors. + Added **Crop Milestone** Number + Show the number of the crop milestone in the inventory. + Added **Crop Upgrades** Number diff --git a/FEATURES.md b/FEATURES.md index a3485e537..fa1cc851e 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -301,7 +301,7 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + **Visitor Display** - Show all items needed for the visitors. + **Visitor Highlight** - Highlight visitor when the required items are in the inventory or the visitor is new and needs to checked what items it needs. -+ **Show Price** - Show the bazaar price of the items required for the visitors. ++ **Show Price** - Show the Bazaar price of the items required for the visitors. + **Crop Milestone** Number - Show the number of crop milestone in the inventory. + Show the progress bar until maxed crop milestone in the crop milestone inventory. - hannibal2 + **Crop Upgrades** Number - Show the number of upgrades in the crop upgrades inventory. 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 34d199515..7acca7e23 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -124,7 +124,7 @@ public class GardenConfig { public boolean visitorInventory = false; @Expose - @ConfigOption(name = "Visitor Price", desc = "Show the bazaar price of the items required for the visitors, like in NEU.") + @ConfigOption(name = "Visitor Price", desc = "Show the Bazaar price of the items required for the visitors, like in NEU.") @ConfigEditorBoolean @ConfigAccordionId(id = 4) @FeatureToggle -- cgit