diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-28 21:47:34 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-28 21:47:34 +0200 |
commit | 684f7ac0973cb531aca6b10f2e5f2f8576401caf (patch) | |
tree | 677eff67e496e3ff4410ad38b5f90f5b18e3fa19 /src/main/java | |
parent | 65b5c9b1f7f7bf351027fefd7a4cad685e6c4282 (diff) | |
download | skyhanni-684f7ac0973cb531aca6b10f2e5f2f8576401caf.tar.gz skyhanni-684f7ac0973cb531aca6b10f2e5f2f8576401caf.tar.bz2 skyhanni-684f7ac0973cb531aca6b10f2e5f2f8576401caf.zip |
0.21 Beta 14
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 2501d0905..326f5798f 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -75,8 +75,8 @@ import at.hannibal2.skyhanni.features.commands.WikiManager import at.hannibal2.skyhanni.features.commands.tabcomplete.GetFromSacksTabComplete import at.hannibal2.skyhanni.features.commands.tabcomplete.PlayerTabComplete import at.hannibal2.skyhanni.features.commands.tabcomplete.WarpTabComplete -import at.hannibal2.skyhanni.features.cosmetics.CosmeticFollowingLine import at.hannibal2.skyhanni.features.cosmetics.ArrowTrail +import at.hannibal2.skyhanni.features.cosmetics.CosmeticFollowingLine import at.hannibal2.skyhanni.features.dungeon.CroesusUnopenedChestTracker import at.hannibal2.skyhanni.features.dungeon.DungeonAPI import at.hannibal2.skyhanni.features.dungeon.DungeonBossHideDamageSplash @@ -319,7 +319,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.21.Beta.13", + version = "0.21.Beta.14", ) class SkyHanniMod { @Mod.EventHandler |