diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-25 16:18:12 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-25 16:18:12 +0200 |
commit | e2fc193542d2624d199e645b92446545d22e4323 (patch) | |
tree | e83bfa6077f24e3e70770731d21817c6ae0cf000 | |
parent | 973e95ea5d9c0bba381548c5af04fd2ced713925 (diff) | |
download | skyhanni-e2fc193542d2624d199e645b92446545d22e4323.tar.gz skyhanni-e2fc193542d2624d199e645b92446545d22e4323.tar.bz2 skyhanni-e2fc193542d2624d199e645b92446545d22e4323.zip |
0.19 Beta 13
-rw-r--r-- | CHANGELOG.md | 22 | ||||
-rw-r--r-- | FEATURES.md | 18 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/rift/area/stillgorechateau/RiftBloodEffigies.kt | 6 |
5 files changed, 40 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b4e895b..aaa72a26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,8 +77,14 @@ + Draw line starting from the boss head to the Killer Spring/Blood Ichor (if the boss is highlighted) + Draw line starting from your crosshair to the boss head + Configurable to work only on your boss, on bosses hit, or on coop boss - -### Other Features ++ Show locations of inactive Blood Effigy + + Show effigies that are about to respawn + + Show effigies without known time ++ Wilted Berberis Helper + + Option to only show the helper while standing on Farmland blocks + + Option to hide the wilted berberis particles + +### Other New Features + Added **Frozen Treasure Tracker** (Contributed by CalMWolfs) + Show different items collected while breaking treasures in the Glacial Cave in Jerry's Workshop + Show Ice per hour @@ -99,9 +105,16 @@ + Hide particles around enderman slayer bosses and mini bosses + Added support for Shadow Fury abilty cooldown - HiZe + Added /sendcoords sending, detecting and rendering - dragon99z -+ Boss Spawn Warning - HiZe + hannibal2 ++ Added **Boss Spawn Warning** - HiZe + hannibal2 + Send a title when your slayer boss is about to spawn + Configurable percentage at which the title and sound should be sent ++ Added **Refusal Bypass Key** - HiZe + + Hold a custom key to bypass the Prevent Refusing feature for visitors ++ Added **Farming Weight ETA Goal** - Kaeso + + Override the Overtake ETA to show when you will reach the specified rank + + If not there yet + + Default: #10k ++ Added **Dungeon Potion level as item stack size - HiZe ### Changes + Option to show the yaw and pitch display outside garden or while not holding a farming tool (Contributed by CalMWolfs) @@ -120,6 +133,7 @@ + Instantly showing the next player in the lb when passing someone on the leaderboard + Show in chat the total amount of sharks fished after the fishing contest + Custom text over Visitor name moves more smoothly now ++ Discord Rich Presence now supports Motes in the rift and the garden plot number - NetheriteMiner ### Fixes + Fixed Pocket Sack-In-A-Sack Replace in lore @@ -150,6 +164,8 @@ + Fixed togglesneak mod breaking escape menu open detection for quick mod menu switch + Fixed error with detecting hit phase during eman slayer in damage indicator + No longer double counting mob kill coins in slayer item profit tracker ++ Fixed jacob contest time chat message chat shows one second too long ++ Fix farming contest calendar reading going above 100% - Contrabass26 ## Version 0.18 (2023-06-19) diff --git a/FEATURES.md b/FEATURES.md index 9f533d377..a3523ad79 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -300,6 +300,12 @@ + Change the Edit mode in the bottom right corner in the Configure Plots inventory + Show a warning when finding a **visitor with a rare reward** + Show message in chat, over the visitor and prevents refusing ++ **Refusal Bypass Key** - HiZe + + Hold a custom key to bypass the Prevent Refusing feature for visitors ++ **Farming Weight ETA Goal** - Kaeso + + Override the Overtake ETA to show when you will reach the specified rank + + If not there yet + + Default: #10k ## The Rift + **Rift Timer** @@ -360,6 +366,12 @@ + Hide normal motes orbs particles + Hide Not Rift-transferable items in Rift Transfer Chest as part of the hide not clickable items feature + Add npc motes sell value for current opened chest - HiZe ++ Show locations of inactive **Blood Effigy** + + Show effigies that are about to respawn + + Show effigies without known time ++ **Wilted Berberis** Helper + + Option to only show the helper while standing on Farmland blocks + + Option to hide the wilted berberis particles ## Mining + **Highlight Commission Mobs** - hannibal2 @@ -401,7 +413,8 @@ + **Estimated Item Value** + Displays an estimated item value for the item you hover over. + Works with Attributes. - nea -+ **Discord RPC** - Showing stats like Location, Purse, Bits, Purse or Held Item at Discord Rich Presence. - (contributed by NetheriteMiner) ++ **Discord RPC** - NetheriteMiner + + Showing stats like Location, Purse, Bits, Purse or Held Item at Discord Rich Presence. + Server Restart Title + **City Project Features** + Show missing items to contribute inside the inventory @@ -437,4 +450,5 @@ + Write fancy text into a gui element to show on your screen at all time + Supports color codes + Supports line breaks `\n` - hannibal2 -+ Added /sendcoords sending, detecting and rendering - dragon99z
\ No newline at end of file ++ Added /sendcoords sending, detecting and rendering - dragon99z ++ Add Dungeon Potion level as item stack size - HiZe
\ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 22b25238e..826ee1a8d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.19.Beta.12" +version = "0.19.Beta.13" // Toolchains: java { diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index e04015783..525220523 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -119,7 +119,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.19.Beta.12", + version = "0.19.Beta.13", ) class SkyHanniMod { @Mod.EventHandler diff --git a/src/main/java/at/hannibal2/skyhanni/features/rift/area/stillgorechateau/RiftBloodEffigies.kt b/src/main/java/at/hannibal2/skyhanni/features/rift/area/stillgorechateau/RiftBloodEffigies.kt index 8acc84741..2ee87320b 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/rift/area/stillgorechateau/RiftBloodEffigies.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/rift/area/stillgorechateau/RiftBloodEffigies.kt @@ -73,7 +73,7 @@ class RiftBloodEffigies { } } else { if (time != -1L) { - LorenzUtils.chat("§e[SkyHanni] Effigies #${index + 1} got killed!") + LorenzUtils.chat("§e[SkyHanni] Effigies #${index + 1} is broken!") val endTime = System.currentTimeMillis() + 1_000 * 60 * 20 effigiesTimes = effigiesTimes.editCopy { this[index] = endTime } } @@ -117,7 +117,7 @@ class RiftBloodEffigies { val diff = duration - System.currentTimeMillis() if (duration <= 0L) { event.drawWaypointFilled(location, LorenzColor.RED.toColor(), seeThroughBlocks = true) - event.drawDynamicText(location, "§c$name is Alive! Break it!", 1.5) + event.drawDynamicText(location, "§cBreak $name!", 1.5) continue } @@ -125,7 +125,7 @@ class RiftBloodEffigies { if (diff < 60_000 * config.respwningSoonTime) { val time = TimeUtils.formatDuration(diff - 999) event.drawWaypointFilled(location, LorenzColor.YELLOW.toColor(), seeThroughBlocks = true) - event.drawDynamicText(location, "§e$name is respawning $time", 1.5) + event.drawDynamicText(location, "§e$name is respawning §b$time", 1.5) continue } } |