aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-27 11:56:09 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-27 11:56:09 +0200
commit856e8b22200b64cfd4ae5523aa4dfd8b5a3b2bf4 (patch)
tree042357f24309b99b76ede8e8d76bfa49f8d31b4a
parentec4c3445162757b97ae0143fdf7f56a216c6f1e6 (diff)
downloadskyhanni-856e8b22200b64cfd4ae5523aa4dfd8b5a3b2bf4.tar.gz
skyhanni-856e8b22200b64cfd4ae5523aa4dfd8b5a3b2bf4.tar.bz2
skyhanni-856e8b22200b64cfd4ae5523aa4dfd8b5a3b2bf4.zip
0.19 Beta 15
-rw-r--r--CHANGELOG.md15
-rw-r--r--FEATURES.md6
-rw-r--r--build.gradle.kts2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt2
4 files changed, 20 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbd58de64..417f2688c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -80,13 +80,15 @@
+ Show locations of inactive Blood Effigy
+ Show effigies that are about to respawn
+ Show effigies without known time
-+ Wilted Berberis Helper
++ Added **Wilted Berberis Helper**
+ Option to only show the helper while standing on Farmland blocks
+ Option to hide the wilted berberis particles
-+ **Vampire Slayer** features in Damage Indicator
++ Added **Vampire Slayer** features in Damage Indicator
+ Show the amount of HP miss1ing untill the steak can be used on the vampire slayer on top of the boss.
+ Show a timer until the boss leaves the invicible Mania Circles state.
+ Show the percentage of HP next to the HP.
++ Added **Horsezooka Hider**
+ + Hide horses while holding the Horsezooka in the hand.
### Other New Features
+ Added **Frozen Treasure Tracker** (Contributed by CalMWolfs)
@@ -115,10 +117,15 @@
+ 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
+ + 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
++ Added **Griffin Pet Warning**
+ + Warn when holding an Ancestral Spade while no Griffin pet is selected.
++ More **Trophy Fish** features - appable0
+ + **Trophy Fish Info** - Hover over trophy fish caught chat message to see information and stats about the trophy fish.
+ + **Fillet Tooltip** - Adding fillet amount and price to the tooltip of a trophy fish. Left shift to show stack value.
### Changes
+ Option to show the yaw and pitch display outside garden or while not holding a farming tool (Contributed by CalMWolfs)
@@ -138,6 +145,7 @@
+ 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
++ Crop money display: Using npc price for mushroom cow pet calculation when on ironman, stranded or bingo
### Fixes
+ Fixed Pocket Sack-In-A-Sack Replace in lore
@@ -170,6 +178,7 @@
+ No longer double counting mob kill coins in slayer item profit tracker
+ Fixed jacob contest time chat message chat shows one second too long
+ Fixed farming contest calendar reading going above 100% - Contrabass26
++ Changed multiple descriptions in the misc category, fixed grammar and punctuation problems - Absterge
## Version 0.18 (2023-06-19)
diff --git a/FEATURES.md b/FEATURES.md
index 23c31f6b8..f3b3894a2 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -119,6 +119,8 @@
+ **Trophy Counter Design** - Change the way trophy fish messages gets displayed in the chat. - appable0
+ **Hide Repeated Catches** - Delete past catches of the same trophy fish from chat. - appable0
+ Show total amount of all trophy fish rarities at the end of the chat message.
+ + **Trophy Fish Info** - Hover over trophy fish caught chat message to see information and stats about the trophy fish. - appable0
+ + **Fillet Tooltip** - Adding fillet amount and price to the tooltip of a trophy fish. Left shift to show stack value. - appable0
- **Hide Bronze/Silver Duplicates** - Hiding chat message when catching a duplicate bronze/silver trophy fish.
- **Shorten Fishing Message** (Replacing the green chat message when fishing a sea creature with a more clean format)
- Highlight Thunder Sparks that spawn after killing a Thunder.
@@ -202,6 +204,8 @@
+ Uses Soopy's Guess Logic to find the next burrow. Does not require SoopyV2 or chat triggers to be installed.
+ Show the way from one burrow to another smoothly.
+ Warps to the nearest warp point on the hub, if closer to the next burrow.
++ **Griffin Pet Warning**
+ + Warn when holding an Ancestral Spade while no Griffin pet is selected.
## Marked Players
+ Adding or removing players as marked with command /shmarkplayer
@@ -378,6 +382,8 @@
+ **Wilted Berberis** Helper
+ Option to only show the helper while standing on Farmland blocks
+ Option to hide the wilted berberis particles
++ **Horsezooka Hider**
+ + Hide horses while holding the Horsezooka in the hand.
## Mining
+ **Highlight Commission Mobs** - hannibal2
diff --git a/build.gradle.kts b/build.gradle.kts
index a2217924d..ac129201c 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
}
group = "at.hannibal2.skyhanni"
-version = "0.19.Beta.14"
+version = "0.19.Beta.15"
// Toolchains:
java {
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt
index 07ac3c422..cae7b16b0 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.14",
+ version = "0.19.Beta.15",
)
class SkyHanniMod {
@Mod.EventHandler