Skip to content

Commit 8d08b40

Browse files
committed
released 0.10
1 parent a449f11 commit 8d08b40

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
# SkyHanni - Change Log
22

3-
## Version 0.9.1
3+
## Version 0.10 - Slayer
44

5-
### Slayer
5+
### Blaze Slayer
66
+ Added a cooldown when the Fire Pillars from the Blaze Slayer will kill you.
7-
+ Added a faster and permanent display for the Blaze Slayer daggers
7+
+ Added a faster and permanent display for the Blaze Slayer daggers.
88
+ Added custom countdown sound for the Fire Pillar timer for the Blaze Slayer.
99
+ Added hide sound and entities when building the Fire Pillar for the Blaze Slayer.
1010
+ Added warning when the fire pit phase starts for the Blaze Slayer tier 3.
11+
12+
### Slayer
1113
+ Added warning when wrong slayer quest is selected, or killing mobs for the wrong slayer.
1214
+ Added hide more poor slayer drop chat messages.
1315

1416
### Misc
15-
+ Added option to hide armor or just helmet of other player or yourself
17+
+ Added option to hide armor or just helmet of other player or yourself.
1618

1719
### Fixes
18-
+Fixed overload damage gets not detected as damage splash
20+
+ Fixed overload damage gets not detected as damage splash.
1921

2022

2123
## Version 0.9 - Chat + Dungeon

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "at.hannibal2.skyhanni"
13-
version = "0.9.1"
13+
version = "0.10"
1414

1515
// Toolchains:
1616
java {

src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
public class SkyHanniMod {
6060

6161
public static final String MODID = "skyhanni";
62-
public static final String VERSION = "0.9.1";
62+
public static final String VERSION = "0.10";
6363

6464
public static Features feature;
6565

src/main/java/at/hannibal2/skyhanni/config/features/Slayer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ public class Slayer {
4848
public boolean firePitsWarning = false;
4949

5050
@Expose
51-
@ConfigOption(name = "Slayer Miniboss Highlight", desc = "Highlight slayer miniboss in blue color")
51+
@ConfigOption(name = "Miniboss Highlight", desc = "Highlight slayer miniboss in blue color")
5252
@ConfigEditorBoolean
5353
public boolean slayerMinibossHighlight = false;
5454

5555
@Expose
56-
@ConfigOption(name = "Slayer Enderman Beacon", desc = "Highlight the enderman slayer Yang Glyph (Beacon) in red color (supports beacon in hand and beacon flying)")
56+
@ConfigOption(name = "Enderman Beacon", desc = "Highlight the enderman slayer Yang Glyph (Beacon) in red color (supports beacon in hand and beacon flying)")
5757
@ConfigEditorBoolean
5858
public boolean slayerEndermanBeacon = false;
5959

0 commit comments

Comments
 (0)