Skip to content

Commit 99e2709

Browse files
update to 1.5.0 [skip ci]
1 parent 2ca3302 commit 99e2709

File tree

4 files changed

+37
-7
lines changed

4 files changed

+37
-7
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# Release 1.5.0
2+
3+
the mod support 1.17.x and 1.18.x but requires java 17.
4+
5+
New Features
6+
* Added Wiki Lookup by @TacoMonkey11 in https://github.com/LifeIsAParadox/Skyblocker/pull/30
7+
* Discord Rich Presence by @TacoMonkey11
8+
* Quicknavigation by @KonaeAkira
9+
* Recepe book by @KonaeAkira
10+
11+
Fixes
12+
* Simplified drawing of status bars by @ExternalTime in https://github.com/LifeIsAParadox/Skyblocker/pull/29
13+
* Added Discord Rich Presence with a few other small fixes by @TacoMonkey11 in https://github.com/LifeIsAParadox/Skyblocker/pull/31
14+
* Make the item list display in the recipe book by @KonaeAkira in https://github.com/LifeIsAParadox/Skyblocker/pull/33
15+
* Add recipe view to item list by @KonaeAkira in https://github.com/LifeIsAParadox/Skyblocker/pull/35
16+
* Added inventory wiki lookup + small bug fixes + DiscordRPC cycle option by @TacoMonkey11 in https://github.com/LifeIsAParadox/Skyblocker/pull/34
17+
18+
New Contributors
19+
* @TacoMonkey11 made their first contribution in https://github.com/LifeIsAParadox/Skyblocker/pull/30
20+
* @KonaeAkira made their first contribution in https://github.com/LifeIsAParadox/Skyblocker/pull/32
21+
22+
**Full Changelog**: https://github.com/LifeIsAParadox/Skyblocker/compare/v1.4.3...v1.5.0
23+
___
124
# Release 1.4.3
225

326
changed dependency Skyblocker requires minimum **fabricloader** 0.12.11

FEATURES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
* price tooltip: npc, bazaar (avg, lbin), ah, museum
1212
* reparty: write /rp to reparty
1313
* Wiki Lookup: press f4 to open the wiki page about the held item
14-
* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message
14+
* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message
15+
* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon, warp hub
16+
* Recipe book: in the vanilla recipe book all skyblock items are listed and you can see the recipe of the item

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ ___
3838
* price tooltip: npc, bazaar (avg, lbin), ah, museum
3939
* reparty: write /rp to reparty
4040
* Wiki Lookup: press f4 to open the wiki page about the held item
41+
* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message
42+
* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon, warp hub
43+
* Recipe book: in the vanilla recipe book all skyblock items are listed and you can see the recipe of the item
4144

4245
</details>
4346

@@ -46,11 +49,13 @@ ___
4649
<details open>
4750
<summary>open</summary>
4851

49-
<img padding="10px,0px" height="150" src="https://staging.hysky.de/hotbar.png" />
50-
<img padding="10px,0px" height="150" src="https://staging.hysky.de/minimap.png" />
51-
<img padding="10px,0px" height="150" src="https://staging.hysky.de/tooltip1.png" />
52-
<img padding="10px,0px" height="150" src="https://staging.hysky.de/tooltip2.png" />
53-
<img padding="10px,0px" height="150" src="https://staging.hysky.de/drill.png" />
52+
<img padding="10px,0px" height="150" src="https://hysky.de/hotbar.png" />
53+
<img padding="10px,0px" height="150" src="https://hysky.de/minimap.png" />
54+
<img padding="10px,0px" height="150" src="https://hysky.de/tooltip1.png" />
55+
<img padding="10px,0px" height="150" src="https://hysky.de/tooltip2.png" />
56+
<img padding="10px,0px" height="150" src="https://hysky.de/drill.png" />
57+
<img padding="10px,0px" height="150" src="https://hysky.de/richpresencesmall.png" />
58+
<img padding="10px,0px" height="150" src="https://hysky.de/recipe.png" />
5459

5560
</details>
5661

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clothconfig_version=6.1.48
1515
mod_menu_version=3.0.0
1616

1717
# Mod Properties
18-
mod_version = 1.4.3
18+
mod_version = 1.5.0
1919
maven_group = me.xmrvizzy
2020
archives_base_name = skyblocker
2121
modrinth_id=y6DuFGwJ

0 commit comments

Comments
 (0)