aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-01 11:05:56 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-01 11:05:56 +0100
commit11191c5d95f901504f0165bbada5b841c47b680d (patch)
treed8f18029150a8f7df0e7bffb02b45135e4f02285
parent51bb17c1a924753aa0eb005d47edfc85ff18e4cf (diff)
downloadskyhanni-11191c5d95f901504f0165bbada5b841c47b680d.tar.gz
skyhanni-11191c5d95f901504f0165bbada5b841c47b680d.tar.bz2
skyhanni-11191c5d95f901504f0165bbada5b841c47b680d.zip
0.21 Beta 16
-rw-r--r--CHANGELOG.md7
-rw-r--r--build.gradle.kts2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
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