Skip to content

Commit

Permalink
released 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Aug 23, 2022
1 parent 1611350 commit aae66b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

### New Features
- Added a display that shows the last time the hopper inside a minion has been emptied
- Added a marker to the last opened minion for a couple of seconds (seen through walls)
- Added a marker to the last opened minion for a couple of seconds (Seen through walls)
- Added option to hide mob name tags close to minions
- Added showing stars on all items (not only dungeon stars and master stars but also on crimson armours, cloaks and fishing rods)
- Added showing stars on all items (Not only dungeon stars and master stars but also on crimson armours, cloaks and fishing rods)
- Added a display timer that shows the real time
- Added overlay features to the RNG meter inventory (highlight selected drop and floors without a drop and show floor)
- Added overlay features to the RNG meter inventory (Highlight selected drop and floors without a drop and show floor)
- Added minion hopper coins per day display (Using the held coins in the hopper and the last time the hopper was collected to calculate the coins a hopper collects in a day)

### Minor Changes
- Summoning souls display is rendering better close to corners
- Ashfang gravity orbs are now rendering better close to corners
- Showing the name of ashfang gravity orbs as a name tag above
- Bazaar how knows books and essences (thanks again, HyPixel)
- Bazaar how knows books and essences (Thanks again, HyPixel)

### Bug Fixes
- Fixed damage Indicator damage over time display order swapping sometimes
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.4.2"
version = "0.5"

// 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 @@ -45,7 +45,7 @@
public class SkyHanniMod {

public static final String MODID = "skyhanni";
public static final String VERSION = "0.4.2";
public static final String VERSION = "0.5";

public static Features feature;

Expand Down

0 comments on commit aae66b7

Please sign in to comment.