aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-29 16:55:19 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-29 16:55:19 +0200
commite801db2c44f4840806da58d0879779b1812c4fd2 (patch)
treef9eec6691c85e7d1c06980adfc8a5ccd044e9592
parent578a0b7454c772b4546677ed4518d5acc95e54d1 (diff)
downloadskyhanni-e801db2c44f4840806da58d0879779b1812c4fd2.tar.gz
skyhanni-e801db2c44f4840806da58d0879779b1812c4fd2.tar.bz2
skyhanni-e801db2c44f4840806da58d0879779b1812c4fd2.zip
Added credits and removed comments
-rw-r--r--CHANGELOG.md1
-rw-r--r--FEATURES.md1
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java6
3 files changed, 2 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43e0979a4..68958398d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -76,6 +76,7 @@
+ Introduced a new command '/shcroptime <amount> <item>' that displays the estimated time it will take to gather the requested quantity of a particular item based on the current crop speed.
+ Show the average crop milestone in the crop milestone inventory.
+ Added **FF for Contest** - Show the minimum needed Farming Fortune for reaching a medal in the Jacob's Farming Contest inventory.
++ Added **yaw and pitch display** - Shows yaw and pitch with customizable precision while holding a farm tool. Automatically fades out if there is no movement for a customizable duration (Contributed by Sefer)
### Features from other Mods
> *The following features are only there because I want them when testing SkyHanni features without other mods present.*
diff --git a/FEATURES.md b/FEATURES.md
index 61ee6df90..edd90120d 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -219,6 +219,7 @@
+ Hide chat messages from the visitors in garden. (Except Beth and Spaceman)
+ Show the average crop milestone in the crop milestone inventory.
+ **FF for Contest** - Show the minimum needed Farming Fortune for reaching a medal in the Jacob's Farming Contest inventory.
++ **yaw and pitch display** - Shows yaw and pitch with customizable precision while holding a farm tool. Automatically fades out if there is no movement for a customizable duration (Contributed by Sefer)
## Commands
+ **/wiki <search term>** - using hypixel-skyblock.fandom.com instead of Hypixel wiki.
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
index 3c659f52a..0fa527216 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -30,9 +30,6 @@ public class Garden {
public boolean skyMartCopperPriceAdvancedStats = false;
@Expose
-// @ConfigOption(name = "Copper Price Position", desc = "")
-// @ConfigEditorButton(runnableId = "skyMartCopperPrice", buttonText = "Edit")
-// @ConfigAccordionId(id = 0)
public Position skyMartCopperPricePos = new Position(211, 132, false, true);
@Expose
@@ -61,9 +58,6 @@ public class Garden {
public boolean visitorTimerSixthVisitorEnabled = true;
@Expose
-// @ConfigOption(name = "Visitor Timer Position", desc = "")
-// @ConfigEditorButton(runnableId = "visitorTimer", buttonText = "Edit")
-// @ConfigAccordionId(id = 2)
public Position visitorTimerPos = new Position(-373, -203, false, true);
@Expose