From b8ff120faff344de82e6b4b956de968a01a92433 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 12 Apr 2023 02:06:44 +0200 Subject: Added command /shcropspeedmeter - Helps calculate the real farming fortune with the formula crops broken per block --- src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') 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 1e01135ce..fcacb9ddb 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -822,4 +822,7 @@ public class Garden { @ConfigOption(name = "Fungi Cutter Warning", desc = "Warn when breaking mushroom with the wrong Fungi Cutter mode.") @ConfigEditorBoolean public boolean fungiCutterWarn = true; + + @Expose + public Position cropSpeedMeterPos = new Position(278, -236, false, true); } -- cgit