Skip to content

Commit

Permalink
released 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Sep 24, 2022
1 parent a449f11 commit 8d08b40
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
# SkyHanni - Change Log

## Version 0.9.1
## Version 0.10 - Slayer

### Slayer
### Blaze Slayer
+ Added a cooldown when the Fire Pillars from the Blaze Slayer will kill you.
+ Added a faster and permanent display for the Blaze Slayer daggers
+ Added a faster and permanent display for the Blaze Slayer daggers.
+ Added custom countdown sound for the Fire Pillar timer for the Blaze Slayer.
+ Added hide sound and entities when building the Fire Pillar for the Blaze Slayer.
+ Added warning when the fire pit phase starts for the Blaze Slayer tier 3.

### Slayer
+ Added warning when wrong slayer quest is selected, or killing mobs for the wrong slayer.
+ Added hide more poor slayer drop chat messages.

### Misc
+ Added option to hide armor or just helmet of other player or yourself
+ Added option to hide armor or just helmet of other player or yourself.

### Fixes
+Fixed overload damage gets not detected as damage splash
+ Fixed overload damage gets not detected as damage splash.


## Version 0.9 - Chat + Dungeon
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "at.hannibal2.skyhanni"
version = "0.9.1"
version = "0.10"

// Toolchains:
java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
public class SkyHanniMod {

public static final String MODID = "skyhanni";
public static final String VERSION = "0.9.1";
public static final String VERSION = "0.10";

public static Features feature;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ public class Slayer {
public boolean firePitsWarning = false;

@Expose
@ConfigOption(name = "Slayer Miniboss Highlight", desc = "Highlight slayer miniboss in blue color")
@ConfigOption(name = "Miniboss Highlight", desc = "Highlight slayer miniboss in blue color")
@ConfigEditorBoolean
public boolean slayerMinibossHighlight = false;

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

Expand Down

0 comments on commit 8d08b40

Please sign in to comment.