diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-26 16:37:41 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-26 16:37:41 +0100 |
commit | 39826c759c26776f655cb8237b57f25343e8a77b (patch) | |
tree | 4b65714e5ba3a3def16cd41b45c2e89f84e81e4f /src/main/java/at/hannibal2/skyhanni/config | |
parent | efe26c67aad6143cde820a8836495631a8128d0f (diff) | |
download | skyhanni-39826c759c26776f655cb8237b57f25343e8a77b.tar.gz skyhanni-39826c759c26776f655cb8237b57f25343e8a77b.tar.bz2 skyhanni-39826c759c26776f655cb8237b57f25343e8a77b.zip |
Added GardenPlotAPI, support for detecting the current slot of the player
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/Storage.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/Storage.java b/src/main/java/at/hannibal2/skyhanni/config/Storage.java index d85b02651..e2d8750b0 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/Storage.java +++ b/src/main/java/at/hannibal2/skyhanni/config/Storage.java @@ -227,6 +227,9 @@ public class Storage { } @Expose + public Map<Integer, String> plotNames = new HashMap<>(); + + @Expose public Map<CropType, LorenzVec> cropStartLocations = new HashMap<>(); @Expose |