From a0deb9dd255eb456fc36e91707740f3f8b2fcb52 Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 15 Aug 2023 20:57:05 +0200 Subject: update mod --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'README.md') 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 @@ -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 @@ ___ - + ## Contribute -- cgit From e338e4a872ac665cac5f7522fa742d8ab5b1d885 Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 15 Aug 2023 21:24:44 +0200 Subject: Update README.md Added link to our modpack --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 239a06e3..38d1e129 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ Hypixel Skyblock Mod for Minecraft 1.17.x + 1.18.x + 1.19.x + 1.20.x -Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/installation) - +Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/installation) or use our [Modpack](https://modrinth.com/modpack/skyblocker-modpack) ## Features
-- cgit