diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | 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 8dbcfe836..4e86f8588 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 5125f1d42..cc4fdc04b 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 38d56b3eb..8a0805a77 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 |