diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-10 11:04:09 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-10 11:04:09 +0200 |
commit | e24f16df0e8f856d6ec6f81d7707841d27cd9ee8 (patch) | |
tree | e396c04ec20f0363f821e2f3143ea9caa81634ee /src/main/java/at/hannibal2 | |
parent | a2078cb0e4e5bf304c3172ca0cacb30f81ad0e0e (diff) | |
download | skyhanni-e24f16df0e8f856d6ec6f81d7707841d27cd9ee8.tar.gz skyhanni-e24f16df0e8f856d6ec6f81d7707841d27cd9ee8.tar.bz2 skyhanni-e24f16df0e8f856d6ec6f81d7707841d27cd9ee8.zip |
Version 0.25 Beta 24
Diffstat (limited to 'src/main/java/at/hannibal2')
-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 c19d288a4..e2dc9e1ea 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -140,8 +140,8 @@ import at.hannibal2.skyhanni.features.event.diana.InquisitorWaypointShare import at.hannibal2.skyhanni.features.event.diana.MythologicalCreatureTracker import at.hannibal2.skyhanni.features.event.diana.SoopyGuessBurrow import at.hannibal2.skyhanni.features.event.hoppity.HoppityCollectionStats -import at.hannibal2.skyhanni.features.event.hoppity.HoppityEggLocator import at.hannibal2.skyhanni.features.event.hoppity.HoppityEggDisplayManager +import at.hannibal2.skyhanni.features.event.hoppity.HoppityEggLocator import at.hannibal2.skyhanni.features.event.hoppity.HoppityEggsManager import at.hannibal2.skyhanni.features.event.hoppity.HoppityEggsShared import at.hannibal2.skyhanni.features.event.hoppity.HoppityNpc @@ -483,7 +483,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.25.Beta.23", + version = "0.25.Beta.24", ) class SkyHanniMod { |