From e801db2c44f4840806da58d0879779b1812c4fd2 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 29 Apr 2023 16:55:19 +0200 Subject: Added credits and removed comments --- CHANGELOG.md | 1 + FEATURES.md | 1 + src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 6 ------ 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 ' 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 ** - 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 -- cgit