diff options
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | docs/FEATURES.md | 4 | ||||
-rw-r--r-- | 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. </details> <details open><summary> @@ -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. </details> <details open><summary> 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 { |