aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-11 12:54:51 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-11 12:54:51 +0200
commita26b915814e8ff6556b3bc9f78f768bee6474da4 (patch)
treee399deb199588bdbbb2a411ebdd25d9f5a27c5be /src/main/java
parent85db09e7e664e8b827e2754e289b2dc3ce41db55 (diff)
downloadskyhanni-a26b915814e8ff6556b3bc9f78f768bee6474da4.tar.gz
skyhanni-a26b915814e8ff6556b3bc9f78f768bee6474da4.tar.bz2
skyhanni-a26b915814e8ff6556b3bc9f78f768bee6474da4.zip
0.21 Beta 5
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt4
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 2ef4de8e8..127c5c342 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
@@ -150,9 +150,9 @@ import at.hannibal2.skyhanni.features.inventory.ItemStars
import at.hannibal2.skyhanni.features.inventory.QuickCraftFeatures
import at.hannibal2.skyhanni.features.inventory.RngMeterInventory
import at.hannibal2.skyhanni.features.inventory.SackDisplay
+import at.hannibal2.skyhanni.features.inventory.ShiftClickEquipment
import at.hannibal2.skyhanni.features.inventory.SkyBlockLevelGuideHelper
import at.hannibal2.skyhanni.features.inventory.StatsTuning
-import at.hannibal2.skyhanni.features.inventory.ShiftClickEquipment
import at.hannibal2.skyhanni.features.itemabilities.FireVeilWandParticles
import at.hannibal2.skyhanni.features.itemabilities.abilitycooldown.ItemAbilityCooldown
import at.hannibal2.skyhanni.features.mining.HighlightMiningCommissionMobs
@@ -307,7 +307,7 @@ import org.apache.logging.log4j.Logger
clientSideOnly = true,
useMetadata = true,
guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop",
- version = "0.21.Beta.4",
+ version = "0.21.Beta.5",
)
class SkyHanniMod {
@Mod.EventHandler