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/SkyHanniMod.kt | |
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/SkyHanniMod.kt')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 8dd3640b6..76e6a44e8 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -137,6 +137,7 @@ import at.hannibal2.skyhanni.features.garden.GardenCropMilestoneFix import at.hannibal2.skyhanni.features.garden.GardenLevelDisplay import at.hannibal2.skyhanni.features.garden.GardenNextJacobContest import at.hannibal2.skyhanni.features.garden.GardenOptimalSpeed +import at.hannibal2.skyhanni.features.garden.GardenPlotAPI import at.hannibal2.skyhanni.features.garden.GardenPlotBorders import at.hannibal2.skyhanni.features.garden.GardenWarpCommands import at.hannibal2.skyhanni.features.garden.GardenYawAndPitch @@ -398,6 +399,7 @@ class SkyHanniMod { // APIs loadModule(BazaarApi()) loadModule(GardenAPI) + loadModule(GardenPlotAPI) loadModule(CollectionAPI()) loadModule(FarmingContestAPI) loadModule(FriendAPI) |