diff options
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | build.gradle.kts | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9ef3a59..ab55e5023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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
\ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index eb37630c7..fd253d3fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "at.hannibal2.skyhanni" -version = "0.4.2" +version = "0.5" // Toolchains: java { diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java index e1ce44eec..940d80ce4 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java @@ -45,7 +45,7 @@ import net.minecraftforge.fml.common.gameevent.TickEvent; 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; |