aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-10-03 02:37:49 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-10-03 02:37:49 +0200
commitcf990976ba9eb26ed7867dfb4199f3fc013c9930 (patch)
treed23f887c2c07c4283961a08a65c5e1adac24b77d /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
parent8bb0a6262715a46d31c7a89c0b82aa07b60cf045 (diff)
downloadSkyHanni-cf990976ba9eb26ed7867dfb4199f3fc013c9930.tar.gz
SkyHanni-cf990976ba9eb26ed7867dfb4199f3fc013c9930.tar.bz2
SkyHanni-cf990976ba9eb26ed7867dfb4199f3fc013c9930.zip
added diana features
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
index 7aef3f50b..351fb628e 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
@@ -18,6 +18,9 @@ import at.hannibal2.skyhanni.features.commands.WikiCommand;
import at.hannibal2.skyhanni.features.damageindicator.DamageIndicatorManager;
import at.hannibal2.skyhanni.features.dungeon.*;
import at.hannibal2.skyhanni.features.end.VoidlingExtremistColor;
+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.SeaCreatureManager;
import at.hannibal2.skyhanni.features.fishing.SeaCreatureMessageShortener;
import at.hannibal2.skyhanni.features.fishing.TrophyFishMessages;
@@ -155,6 +158,9 @@ public class SkyHanniMod {
registerEvent(new StatsTuning());
registerEvent(new NonGodPotEffectDisplay());
registerEvent(new HideBlazeParticles());
+ registerEvent(new SoopyGuessBurrow());
+ registerEvent(new GriffinBurrowHelper());
+ registerEvent(new GriffinBurrowParticleFinder());
Commands.INSTANCE.init();