From 11191c5d95f901504f0165bbada5b841c47b680d Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:05:56 +0100 Subject: [PATCH] 0.21 Beta 16 --- CHANGELOG.md | 7 +++++++ build.gradle.kts | 2 +- src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dbcfe836dd4..4e86f8588c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -127,6 +127,8 @@ + Adding Great Spook support for Non God Pot Effect display. - hannibal2 + Added a title warning to the Worm Cap Alert ping sound. - Vahvl + Added support for detecting refreshed farming fortune century cake effect. - alexia ++ Show key to press below burrow warp. - hannibal2 ++ Makes the Compact Potion message open the Potion effects menu on click. - jani ### Bug Fixes @@ -184,6 +186,11 @@ + Fixed Damage Indicator "hide nametag" feature works even for disabled mobs. - hannibal2 + Fixed item rarity detection for pets. - hannibal2 + Fixed rare error message while disconnecting. - Thunderblade73 ++ Disabled the Daily Quest part of the Reputation Helper during the great spook. - hannibal2 ++ Fixed Diana warp key not working. - hannibal2 ++ SkyHanni Keybinds no longer work inside SkyHanni config. - hannibal2 ++ Fixed Great Spook potion not working in Non God Pot Effect feature. - jani ++ Fixed wrong Rhys (Deep Caverns NPC) items needed for Dwarven Mines unlock in Bingo Step Helper. - ReyMaratov #### Config diff --git a/build.gradle.kts b/build.gradle.kts index 5125f1d42d9f..cc4fdc04b213 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.21.Beta.15" +version = "0.21.Beta.16" // Toolchains: java { diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 38d56b3ebde7..8a0805a771da 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -320,7 +320,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.21.Beta.15", + version = "0.21.Beta.16", ) class SkyHanniMod { @Mod.EventHandler