diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-17 21:45:05 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-17 21:45:05 +0100 |
commit | 9b54c7a79babc34332ac57c809e4c2a433e7f57c (patch) | |
tree | cb23f6ec68d01e0be05e736432229d547b87f356 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | |
parent | 2f0a206d62eda0019ceaa9ac92ed2e4d44194e30 (diff) | |
download | skyhanni-9b54c7a79babc34332ac57c809e4c2a433e7f57c.tar.gz skyhanni-9b54c7a79babc34332ac57c809e4c2a433e7f57c.tar.bz2 skyhanni-9b54c7a79babc34332ac57c809e4c2a433e7f57c.zip |
Added barn timer.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java index 3297cdc3e..b0574d046 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java @@ -21,6 +21,7 @@ import at.hannibal2.skyhanni.features.event.diana.BurrowWarpHelper; import at.hannibal2.skyhanni.features.event.diana.GriffinBurrowHelper; import at.hannibal2.skyhanni.features.event.diana.GriffinBurrowParticleFinder; import at.hannibal2.skyhanni.features.event.diana.SoopyGuessBurrow; +import at.hannibal2.skyhanni.features.fishing.BarnFishingTimer; import at.hannibal2.skyhanni.features.fishing.SeaCreatureManager; import at.hannibal2.skyhanni.features.fishing.SeaCreatureMessageShortener; import at.hannibal2.skyhanni.features.fishing.TrophyFishMessages; @@ -172,6 +173,7 @@ public class SkyHanniMod { loadModule(new CompactBingoChat()); loadModule(new BrewingStandOverlay()); loadModule(new BazaarUpdateTimer()); + loadModule(new BarnFishingTimer()); loadModule(new CrimsonIsleReputationHelper(this)); |