diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-24 19:46:16 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-24 19:46:16 +0200 |
| commit | f77519e200eaaba1fee7f06d9e5665f1c45b2032 (patch) | |
| tree | 73c472e7372536c5a6ebdb5e325dbed9e0aa4c37 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | |
| parent | 9186bc695fafdfc8aad639d0ec400582ee5a66cb (diff) | |
| download | SkyHanni-f77519e200eaaba1fee7f06d9e5665f1c45b2032.tar.gz SkyHanni-f77519e200eaaba1fee7f06d9e5665f1c45b2032.tar.bz2 SkyHanni-f77519e200eaaba1fee7f06d9e5665f1c45b2032.zip | |
slayer quest warnings and slayer drops
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java index 7bd6cd965..a1f91608c 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java @@ -32,6 +32,7 @@ import at.hannibal2.skyhanni.features.nether.ashfang.*; import at.hannibal2.skyhanni.features.slayer.EndermanSlayerBeacon; import at.hannibal2.skyhanni.features.slayer.HideMobNames; import at.hannibal2.skyhanni.features.slayer.HighlightSlayerMiniboss; +import at.hannibal2.skyhanni.features.slayer.SlayerQuestWarning; import at.hannibal2.skyhanni.features.slayer.blaze.BlazeSlayerDaggerHelper; import at.hannibal2.skyhanni.features.slayer.blaze.BlazeSlayerFirePitsWarning; import at.hannibal2.skyhanni.features.slayer.blaze.BlazeSlayerPillar; @@ -85,6 +86,7 @@ public class SkyHanniMod { registerEvent(new EntityMovementData()); registerEvent(new ItemClickData()); registerEvent(new MinecraftData()); + registerEvent(new SendTitleHelper()); registerEvent(new BazaarOrderHelper()); registerEvent(new ChatFilter()); @@ -139,6 +141,7 @@ public class SkyHanniMod { registerEvent(new BlazeSlayerFirePitsWarning()); registerEvent(new PlayerChatFilter()); registerEvent(new HideArmor()); + registerEvent(new SlayerQuestWarning()); Commands.init(); |
