diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-12 02:06:44 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-12 02:06:44 +0200 |
| commit | b8ff120faff344de82e6b4b956de968a01a92433 (patch) | |
| tree | c098a1fbc2746a83049fec46aaaa73f3974e9ac6 /src/main/java/at/hannibal2/skyhanni/config/features | |
| parent | 1c3d1c70e3491ed6d02c73376f83dfdadc47ea09 (diff) | |
| download | skyhanni-b8ff120faff344de82e6b4b956de968a01a92433.tar.gz skyhanni-b8ff120faff344de82e6b4b956de968a01a92433.tar.bz2 skyhanni-b8ff120faff344de82e6b4b956de968a01a92433.zip | |
Added command /shcropspeedmeter - Helps calculate the real farming fortune with the formula crops broken per block
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 3 |
1 files changed, 3 insertions, 0 deletions
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); } |
