aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/buildrelease.yml1
-rw-r--r--CHANGELOG.md51
-rw-r--r--FEATURES.md24
-rw-r--r--README.md47
-rw-r--r--gradle.properties8
5 files changed, 97 insertions, 34 deletions
diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml
index d79c40e8..d7d4edf6 100644
--- a/.github/workflows/buildrelease.yml
+++ b/.github/workflows/buildrelease.yml
@@ -40,6 +40,7 @@ jobs:
shell: bash
run: |
CHANGELOG=$(sed '/___/Q' CHANGELOG.md)
+ CHANGELOG=$(echo "$CHANGELOG" | sed 1d)
echo "Changelog:\n$CHANGELOG"
changelog="${CHANGELOG}"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59b3fd68..2957090f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,54 @@
+# Release 1.11.0
+
+## Highlight
+* Crimson Isle, Rift, Garden visitor Tab Hud Improvements by @AzureAaron
+* Fairy Souls Helper by @kevinthegreat1
+* Experiments Solvers by @kevinthegreat1
+* Mirrorverse Waypoints by @AzureAaron
+* Implement Vampire Slayer Features by @Futuremappermydud
+
+## What's Changed
+* Rename zh_Hant.json to zh_tw.json by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/178
+* Add sound notification to fishing helper by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/179
+* 1.20 Port by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/150
+* Crimson Isle Tab Hud Improvements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/183
+* DiscordRPC bug fixes and improvements by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/184
+* Fairy Souls Helper by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/167
+* Added Rift Tab Hud + 1 Rift related fix by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/185
+* Fix recipe book search field not being selectable by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/187
+* Fix chat ad filter by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/188
+* Workflow fix discord character limit by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/180
+* Experiments Solvers by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/186
+* Add Mirrorverse Waypoints + Rift Fixes by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/189
+* Implement Vampire Slayer Features by @Futuremappermydud in https://github.com/SkyblockerMod/Skyblocker/pull/191
+* Add Reparty Auto Rejoin by @koloiyolo in https://github.com/SkyblockerMod/Skyblocker/pull/176
+* Add Motes Price Tooltip by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/192
+* Fix dragged items not rendering by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/193
+* Add Vampire Minion by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/194
+* Title container by @Futuremappermydud in https://github.com/SkyblockerMod/Skyblocker/pull/196
+* Loom 1.3 by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/197
+* Clean up by @TacoMonkey11 in https://github.com/SkyblockerMod/Skyblocker/pull/151
+* Truncate text in the recipe book by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/198
+* Sort + Colourize Blessings by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/200
+* Skyblock Levels fixes + Tab Hud improvements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/201
+* Rendering Improvements, Fixes + Occlusion Culling by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/204
+* Item fixer upper rewrite by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/203
+* Shortcuts by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/195
+* Add Dark Auction Tab Hud by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/205
+* Fix ads filter triggering when it shouldn't by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/206
+* Add show off message filter by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/207
+* Garden Tab Hud Improvements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/208
+* Hide spammed warnings by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/209
+* Fix hotbar lock rendering mixin by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/211
+* Add new trophy fishing emblem by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/212
+
+## New Contributors
+* @Futuremappermydud made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/191
+* @koloiyolo made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/176
+
+**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.10.0...v1.11.0
+
+___
# Release 1.10.0
## Highlight
diff --git a/FEATURES.md b/FEATURES.md
index 3db3c2a5..b80da7fa 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -2,19 +2,22 @@
* Hide Messages: Ability Cooldown, Heal, AOTE, Implosion, Molten Wave, Teleport Pad Messages
* Dungeon Minimap
* Dungeon Puzzle Solver:
- * Three Weirdos
- * Blaze
- * Croesus
- * Terminal:
- * Order
- * Coloured Items
- * Item Name
+ * Three Weirdos
+ * Blaze
+ * Croesus
+ * Terminal:
+ * Order
+ * Coloured Items
+ * Item Name
* Dwarven Mines Solver: Fetchur, Puzzler
* Barn Solver: Treasure Hunter, Hungry Hiker
+* Experiments Solvers
+* Slayer helper:
+ * Vampire : Effigy Waypoints, Healing Melon Indicator, Twinclaws Ice Indicator, Steak Stake Indicator
* Drill Fuel in Item Durability Bar
* Hotbar Slot Lock Keybind (Select the hotbar slot you want to lock/unlock and press the lockbutton)
-* Price tooltip: npc, bazaar (avg, lbin), ah, museum
-* reparty: write /rp to reparty
+* Price tooltip: npc, motes, bazaar (avg, lbin), ah, museum
+* reparty: write /rp to reparty + auto rejoin
* Wiki Lookup: press f4 to open the wiki page about the held item
* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message
* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon,
@@ -27,4 +30,5 @@
* 1.8 hitbox for lever and farmland
* Custom Tab HUD
* Roughly enough items (REI) Support
-* Fishing Helper \ No newline at end of file
+* Fishing Helper + sound notification
+* Mirrorverse Waypoints \ No newline at end of file
diff --git a/README.md b/README.md
index 9b5e323c..b3403c4f 100644
--- a/README.md
+++ b/README.md
@@ -21,19 +21,22 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
* Hide Messages: Ability Cooldown, Heal, AOTE, Implosion, Molten Wave, Teleport Pad Messages
* Dungeon Minimap
* Dungeon Puzzle Solver:
- * Three Weirdos
- * Blaze
- * Croesus
- * Terminal:
- * Order
- * Coloured Items
- * Item Name
+ * Three Weirdos
+ * Blaze
+ * Croesus
+ * Terminal:
+ * Order
+ * Coloured Items
+ * Item Name
* Dwarven Mines Solver: Fetchur, Puzzler
* Barn Solver: Treasure Hunter, Hungry Hiker
+* Experiments Solvers
+* Slayer helper:
+ * Vampire : Effigy Waypoints, Healing Melon Indicator, Twinclaws Ice Indicator, Steak Stake Indicator
* Drill Fuel in Item Durability Bar
* Hotbar Slot Lock Keybind (Select the hotbar slot you want to lock/unlock and press the lockbutton)
-* Price tooltip: npc, bazaar (avg, lbin), ah, museum
-* reparty: write /rp to reparty
+* Price tooltip: npc, motes, bazaar (avg, lbin), ah, museum
+* reparty: write /rp to reparty + auto rejoin
* Wiki Lookup: press f4 to open the wiki page about the held item
* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message
* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon,
@@ -46,20 +49,24 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
* 1.8 hitbox for lever and farmland
* Custom Tab HUD
* Roughly enough items (REI) Support
-* Fishing Helper
+* Fishing Helper + sound notification
+* Mirrorverse Waypoints
</details>
___
+
## Commands
-| command | option | comment |
-|:----------------------------:|:--------------------:|:--------------------------------------|
-| /skyblocker config | | open config menu (modMenu not needed) |
-| /skyblocker options | | open config menu (modMenu not needed) |
-| /skyblocker hud | dwarven / dungeonmap | move dwarven or dungeonmap |
+| command | option | comment |
+|:---------------------:|:--------------------:|:--------------------------------------|
+| /skyblocker config | | open config menu (modMenu not needed) |
+| /skyblocker options | | open config menu (modMenu not needed) |
+| /skyblocker hud | dwarven / dungeonmap | move dwarven or dungeonmap |
+| /skyblocker shortcuts | | add/edit shortcuts |
---
+
## Images
<details open>
@@ -103,16 +110,16 @@ information.
|:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|
| [catandA](https://github.com/catandA) | [kevinthegreat1](https://github.com/kevinthegreat1) | [AzureAaron](https://github.com/AzureAaron) | [msg-programs](https://github.com/msg-programs) |
-| [<img alt="lantice3720" src="https://github.com/lantice3720.png" width="100">](https://github.com/lantice3720) |
-|:-----------------------------------------------------------------------------------------------------|
-| [lantice3720](https://github.com/lantice3720) |
+| [<img alt="lantice3720" src="https://github.com/lantice3720.png" width="100">](https://github.com/lantice3720) | [<img alt="lantice3720" src="https://github.com/koloiyolo.png" width="100">](https://github.com/koloiyolo) | [<img alt="lantice3720" src="https://github.com/Futuremappermydud.png" width="100">](https://github.com/Futuremappermydud) |
+|:--------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------:|
+| [lantice3720](https://github.com/lantice3720) | [koloiyolo](https://github.com/koloiyolo) | [Futuremappermydud](https://github.com/Futuremappermydud) |
### Translators
German ([LifeIsAParadox](https://github.com/LifeIsAParadox) & [msg-programs](https://github.com/msg-programs)) \
Indonesian ([null2264](https://github.com/null2264)) \
-Russian ([HyperSoop](https://github.com/HyperSoop) & [Azuremane](https://github.com/Azuremane)) \
-French ([edgarogh](https://github.com/edgarogh) & [Julienraptor01](https://github.com/Julienraptor01)) \
+Russian ([HyperSoop](https://github.com/HyperSoop) & [Azuremane](https://github.com/Azuremane) & [CrimsonIsle](https://github.com/CrimsonIsle))\
+French ([edgarogh](https://github.com/edgarogh) & [Julienraptor01](https://github.com/Julienraptor01) & [viciscat](https://github.com/viciscat)) \
Japanese ([hirochisan](https://github.com/hirochisan)) \
Chinese ([catandA](https://github.com/catandA)) \
Korean ([lantice3720](https://github.com/lantice3720)) \
diff --git a/gradle.properties b/gradle.properties
index d28c538b..f39bf2cb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.countr
# Fabric Properties (https://fabricmc.net/versions.html)
## 1.20
-minecraft_version=1.20
-yarn_mappings=1.20+build.1
+minecraft_version=1.20.1
+yarn_mappings=1.20.1+build.10
loader_version=0.14.21
#Fabric api
@@ -12,7 +12,7 @@ fabric_api_version=0.86.0+1.20.1
# Dependencies
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files)
-clothconfig_version=11.0.99
+clothconfig_version=11.1.106
## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files)
mod_menu_version=7.0.1
## REI (https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files)
@@ -26,7 +26,7 @@ mixin_extras_version=0.2.0-beta.9
occlusionculling_version = 0.0.7-SNAPSHOT
# Mod Properties
-mod_version = 1.10.0
+mod_version = 1.11.0
maven_group = me.xmrvizzy
archives_base_name = skyblocker
modrinth_id=y6DuFGwJ \ No newline at end of file