From 20c1a9c6eb85a518294aa6a058dcf710f5616a00 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:35:29 +0200 Subject: Version 0.26 Beta 5 v2 --- build.gradle.kts | 2 +- docs/FEATURES.md | 4 ++++ src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9fc6afae8..051bcc4f9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.26.Beta.4" +version = "0.26.Beta.5" val gitHash by lazy { val baos = ByteArrayOutputStream() diff --git a/docs/FEATURES.md b/docs/FEATURES.md index ca95424b7..b18c07b0f 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -217,6 +217,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Hiding the flame particles when using the Fire Veil Wand ability. + Circle around the player when having the Fire Veil Wand ability active. + Lesser Orb of Healing Hider. - jani ++ Wand of Strength cooldown is now displayed. - saga (https://github.com/hannibal002/SkyHanni/pull/1948) + + The cooldown displayed is for the buff, not the item usage.
@@ -1207,6 +1209,8 @@ Use `/sh` or `/skyhanni` to open the SkyHanni config in game. + Editable Hotbar. - Thunderblade73 (https://github.com/hannibal002/SkyHanni/pull/1903) + Allows for moving and scaling in the SkyHanni GUI editor. + ULTRA RARE Book Notification when doing the Experiment Table. - raven (https://github.com/hannibal002/SkyHanni/pull/1738) ++ In-Water Display. - Stella (https://github.com/hannibal002/SkyHanni/pull/1892) + + Useful when using a Prismarine Blade in Stranded Mode.
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 5184f72b1..0c8bd913d 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -500,7 +500,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.26.Beta.4", + version = "0.26.Beta.5", ) class SkyHanniMod { -- cgit