aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-23 10:22:43 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-23 10:22:43 +0200
commitd71b24f52815fc2f1f2c9ae0ce7ef4afcbc41849 (patch)
tree3e200face7b9262a5c0204c3f23c340456a7cdb3
parent03a953fdd85d1465e422b6ef11ca222d30ac5eaf (diff)
downloadskyhanni-d71b24f52815fc2f1f2c9ae0ce7ef4afcbc41849.tar.gz
skyhanni-d71b24f52815fc2f1f2c9ae0ce7ef4afcbc41849.tar.bz2
skyhanni-d71b24f52815fc2f1f2c9ae0ce7ef4afcbc41849.zip
Fixed typo
-rw-r--r--CHANGELOG.md2
-rw-r--r--FEATURES.md2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java2
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