aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md14
-rw-r--r--FEATURES.md6
-rw-r--r--README.md18
-rw-r--r--gradle.properties2
4 files changed, 32 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25b1d12e..5390e89d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+# Release 1.12.0
+
+## Highlight
+* Item and Armour customisation, see [#commands](https://github.com/SkyblockerMod/Skyblocker#commands) for more details by @AzureAaron
+
+## What's Changed
+* Add Item Renaming & Custom Armour Dye Colours by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/234
+* Separate commands sent by skyblocker from the chat history by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/235
+* Make IF a conflict by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/237
+* Custom Armour Trims by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/238
+
+
+**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.11.1...v1.12.0
+___
# Release 1.11.1
## Highlight
diff --git a/FEATURES.md b/FEATURES.md
index b80da7fa..44525a4f 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -31,4 +31,8 @@
* Custom Tab HUD
* Roughly enough items (REI) Support
* Fishing Helper + sound notification
-* Mirrorverse Waypoints \ No newline at end of file
+* Mirrorverse Waypoints
+* Item and Armour customisation:
+ * Item Renaming
+ * Custom Armour Dye Colours
+ * Custom Armour Trims \ No newline at end of file
diff --git a/README.md b/README.md
index bf792cbe..239a06e3 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@
[![Build Beta](https://img.shields.io/github/actions/workflow/status/SkyblockerMod/Skyblocker/beta.yml?labelColor=cecece&label=beta&logo=github&logoColor=black)](https://github.com/SkyblockerMod/Skyblocker/actions/workflows/beta.yml)
[![Discord](https://img.shields.io/discord/879732108745125969?logo=discord&labelColor=cecece&color=7289DA&label=)](https://discord.com/invite/aNNJHQykck)
[![modrinth statistic](https://img.shields.io/badge/buy%20me%20coffee-skyblocker?color=434B57&logo=kofi)](https://ko-fi.com/wohlhabend)
+[![Translated](https://translate.hysky.de/widgets/Skyblocker/-/skyblocker/svg-badge.svg)](https://translate.hysky.de/projects/Skyblocker/skyblocker/)
Hypixel Skyblock Mod for Minecraft 1.17.x + 1.18.x + 1.19.x + 1.20.x
@@ -51,6 +52,10 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
* Roughly enough items (REI) Support
* Fishing Helper + sound notification
* Mirrorverse Waypoints
+* Item and Armour customisation:
+ * Item Renaming
+ * Custom Armour Dye Colours
+ * Custom Armour Trims
</details>
@@ -58,12 +63,13 @@ ___
## Commands
-| command | option | comment |
-|:---------------------:|:-----------------------:|:-------------------------------------------|
-| /skyblocker config | | open config menu (modMenu not needed) |
-| /skyblocker options | | open config menu (modMenu not needed) |
+| command | option | comment |
+|:---------------------:|:-------------------------------------:|:-------------------------------------------|
+| /skyblocker config | | open config menu (modMenu not needed) |
+| /skyblocker options | | open config menu (modMenu not needed) |
| /skyblocker hud | dwarven / dungeonmap / titleContainer | move dwarven, dungeonmap or titleContainer |
-| /skyblocker shortcuts | | add/edit shortcuts |
+| /skyblocker shortcuts | | add/edit shortcuts |
+| /skyblocker custom | renameItem / armorTrim / dyeColor | Item and Armour customisation |
---
@@ -80,7 +86,7 @@ ___
<img padding="10px,0px" height="150" src="https://hysky.de/richpresencesmall.png" />
<img padding="10px,0px" height="150" src="https://hysky.de/recipe.png" />
<img padding="10px,0px" height="150" src="https://hysky.de/backpack-preview.png" />
-
+<img padding="10px,0px" height="150" src="https://hysky.de/armour_trim.png" />
</details>
## Contribute
diff --git a/gradle.properties b/gradle.properties
index a84834ec..8db62203 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -28,7 +28,7 @@ betterinject_version=0.1.3
occlusionculling_version = 0.0.7-SNAPSHOT
# Mod Properties
-mod_version = 1.11.1
+mod_version = 1.12.0
maven_group = me.xmrvizzy
archives_base_name = skyblocker
modrinth_id=y6DuFGwJ \ No newline at end of file