aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-09-04 19:03:24 +0200
committerLorenz <lo.scherf@gmail.com>2022-09-04 19:03:24 +0200
commitb33102aa38f460da3f21708d9bb31f030c517cf7 (patch)
tree36deac1bd2ff2ea317b6f6e17205bf6c2192756d /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
parentf4e16cc1b3accc3c5ae71ffb42a0df83ed6ffc4b (diff)
downloadSkyHanni-b33102aa38f460da3f21708d9bb31f030c517cf7.tar.gz
SkyHanni-b33102aa38f460da3f21708d9bb31f030c517cf7.tar.bz2
SkyHanni-b33102aa38f460da3f21708d9bb31f030c517cf7.zip
add highlight different ashfang blazes in their respective color
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, 2 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
index d77c4f9cc..4407eb7f8 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
@@ -28,10 +28,7 @@ import at.hannibal2.skyhanni.features.items.ItemStars;
import at.hannibal2.skyhanni.features.items.RngMeterInventory;
import at.hannibal2.skyhanni.features.items.abilitycooldown.ItemAbilityCooldown;
import at.hannibal2.skyhanni.features.minion.MinionFeatures;
-import at.hannibal2.skyhanni.features.nether.ashfang.AshfangBlazingSouls;
-import at.hannibal2.skyhanni.features.nether.ashfang.AshfangFreezeCooldown;
-import at.hannibal2.skyhanni.features.nether.ashfang.AshfangGravityOrbs;
-import at.hannibal2.skyhanni.features.nether.ashfang.AshfangNextResetCooldown;
+import at.hannibal2.skyhanni.features.nether.ashfang.*;
import at.hannibal2.skyhanni.test.LorenzTest;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.GuiScreen;
@@ -91,6 +88,7 @@ public class SkyHanniMod {
registerEvent(new SummoningSoulsName());
registerEvent(new AshfangGravityOrbs());
registerEvent(new AshfangBlazingSouls());
+ registerEvent(new AshfangHighlightBlazes());
registerEvent(new ItemStars());
registerEvent(new MinionFeatures());
registerEvent(new RealTime());