From 26ef956f8daf67f08362f91aaaa07b3491055903 Mon Sep 17 00:00:00 2001 From: Yasin <19829407+LifeIsAParadox@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:20:12 +0200 Subject: update skyblocker to 1.22.0 --- CHANGELOG.md | 137 +++++++++++++ FEATURES.md | 48 ++++- README.md | 395 +++++++++++++++++++++++++++++++------ gradle.properties | 2 +- src/main/resources/fabric.mod.json | 6 +- 5 files changed, 522 insertions(+), 66 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d64d64c..e39299ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,140 @@ +# Release 1.22.0 + +## Highlight +- Profile Viewer +- Dojo helper +- Simon Says Solver & Lights On Solver +- Jerry timer +- Equipment in inventory +- Craft Cost Tooltip +- Essence Shop Price +- complete sack bz and npc sell price +- Repeated ding when a stray rabbit appears +- Completed commission highlighter +- Crystal hollows Auto detect waypoint from chat for example when talking to king +- Bazaar highlighter +- Nucleus waypoints +- Wishing compass solver +- Correct livid highlight in m5 +- Option to increase fog radius in Crimson Isles +- True HEX display for dye items +- Chest Value on minion generated stuff +- Kuudra glow +- Kuudra danger warning +- Treasure Chest Highlighter +- Quick nav tooltip +- Skyblock XP Messages +- Crystal Waypoints server-sided sharing via WebSocket +- Dungeon fairy room highlight +- Tooltip display Estimated Item Value +- Blaze Slayer Helper (Attunement highlighting, Fire Pillar Countdown Notifiications) +- Slayer Highlights (Hitbox Slayer Mob Highlighting, Glow Effect Slayer Mob Highlighting) +- Fix Emi and rei now displaying again +- Fix SuperpairsSolver not starting properly +- Fix Nukekubi head highlight +- Fix a lot of config crashes because of null values +- Fix quick nav tooltip config +- Fix Farming Hud Crash +- Fix item debug crashes + +## What's Changed +* Change OptionalInt costs to OptionalLong by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/809 +* Profile Viewer by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/708 +* Nucleus waypoints by @UpFault in https://github.com/SkyblockerMod/Skyblocker/pull/738 +* Refactor and add more tips by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/752 +* Add completed commission highlight by @Vricken in https://github.com/SkyblockerMod/Skyblocker/pull/797 +* Remove the development environment branch from the isInLocation methods by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/810 +* Fix wrong icon being shown when the player has enough gems to instantly upgrade by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/814 +* Change README.md version from 1.20.6 to 1.21 by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/819 +* Dojo helper by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/747 +* Jerry timer by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/748 +* Migrate to setup gradle by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/768 +* Equipment in inventory by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/718 +* Schedule mayor cache ticking to the next year rather than every 20 mins by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/751 +* Add Craft Cost Tooltip by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/781 +* Multiply npc price tooltip by the amount of items in the sack by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/782 +* Fix PetLevelAdder working incorrectly in the sea creatures guide by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/817 +* Fix discord announcement not including minecraft version by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/821 +* Make ordered waypoints' waypoint type configurable by the global waypoint config by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/825 +* Same formatting in features by @Mininoob46 in https://github.com/SkyblockerMod/Skyblocker/pull/826 +* Fix EggFinder highlight not being removed upon new egg spawn by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/811 +* Profile Viewer some changes by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/818 +* Repeated ding when a stray rabbit appears by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/828 +* Fix waypoints Skytils v1 importing by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/822 +* Shortcut arguments redirect by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/824 +* Fix control test helper for dojo by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/831 +* Locraw remover 9000 by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/829 +* Simon Says Solver & Lights On Solver by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/724 +* Aaron's Mod compatibility for profile viewer by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/833 +* Item Protection Enhancements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/836 +* Workaround "fake" transparent pixels by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/838 +* Fix recipe book search being case sensitive by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/839 +* Bazaar Helper by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/728 +* Change colo(u)r for max collections and skills slot text by @Vricken in https://github.com/SkyblockerMod/Skyblocker/pull/804 +* Add some custom command argument types by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/834 +* Fix quicknav buttons 8, 9 and 12 having empty string as ui title by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/840 +* Fix result text displaying weirdly when its too long in the recipe book by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/842 +* Fix dungeon secret widget spamming logs by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/843 +* Some fixes and some opinionated changes for the en_us lang file by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/841 +* EssenceShopPrice feature by @UpFault in https://github.com/SkyblockerMod/Skyblocker/pull/737 +* make all formatting use static instances of numberformat using US locale by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/765 +* Update Attribute Short Names by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/844 +* Fix Memory Leak by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/853 +* Profileviewer Copy Instead of Mutating ItemRepo Itemstack map by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/857 +* Fix rare npe in OrderTerminal by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/848 +* Fix inconsistency with Hypixel's inconsistencies by @IllagerCaptain in https://github.com/SkyblockerMod/Skyblocker/pull/852 +* Refactor container matcher implementations into interfaces by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/788 +* Improve mining waypoint by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/791 +* Make ChocolateFactorySolver a singleton to fix tooltip not working by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/863 +* use bounding box instead of block size by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/726 +* emi/rei, Quicknav, livid and nukekubi head (eman boss head) fix by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/812 +* Fix empty categories being checked by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/851 +* Move to Mod API for isOnSkyblock detection by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/854 +* Bazaar Lookup/Misc Options by @VeritasDL in https://github.com/SkyblockerMod/Skyblocker/pull/792 +* Option to increase fog radius when in the Crimson Isles by @IBeHunting in https://github.com/SkyblockerMod/Skyblocker/pull/856 +* Fix slot text not working on favorited pets by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/868 +* Center quick nav buttons in bigger UIs by @nea89o in https://github.com/SkyblockerMod/Skyblocker/pull/871 +* Add slot text to Rabbit levels in the Chocolate Factory by @aiden-powers in https://github.com/SkyblockerMod/Skyblocker/pull/827 +* Tooltip Tweaks by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/835 +* Clean up id mess and add tests by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/867 +* Fix Roman Numeral parsing crash by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/882 +* Fix Farming Hud Crash by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/883 +* Fix item debug crashes by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/886 +* Add raytracing to the egg finder to make it fairer by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/845 +* Chest Value: Only show minion's generated stuff and visual upgrade by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/861 +* Kuudra Part 2 by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/873 +* Profile Viewer Use Taming Levels Added to API. Maybe fix wardrobe + inv. by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/880 +* Treasure Chest Highlighter for crystal hollows by @olim88 in https://github.com/SkyblockerMod/Skyblocker/pull/849 +* Quick nav tooltip by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/865 +* Skyblock XP Messages by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/872 +* Added description to hideEmptyTooltips option. by @aiden-powers in https://github.com/SkyblockerMod/Skyblocker/pull/893 +* Crystal Waypoints server-sided sharing via WebSocket by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/895 +* PV Tweaks by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/874 +* Better dungeon door detection/overlay by @GatienDoesStuff in https://github.com/SkyblockerMod/Skyblocker/pull/879 +* Fix Croesus profit estimator on master mode chests by @GatienDoesStuff in https://github.com/SkyblockerMod/Skyblocker/pull/900 +* Fix clean pickonimbuses showing diamond pickaxe durability by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/906 +* Fix visitor helper readding visitors after you accept/deny them by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/907 +* True Hex Display for Vincent & Rare Dye Drop Special Effects by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/885 +* Fix a lot of config crashes because of null values by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/902 +* Fix quick nav tooltip config by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/909 +* 1.21.1 by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/898 +* Networth by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/806 +* Fast util refactor by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/896 +* Slayer Helpers Slayer Highlights, Blaze Helpers and Glow Caching by @BigloBot in https://github.com/SkyblockerMod/Skyblocker/pull/888 +* Crystals Waypoint WebSocket Enhancements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/917 +* Fix SuperpairsSolver not starting properly by @Emirlol in https://github.com/SkyblockerMod/Skyblocker/pull/918 + +## New Contributors +* @Vricken made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/797 +* @Mininoob46 made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/826 +* @IllagerCaptain made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/852 +* @IBeHunting made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/856 +* @nea89o made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/871 +* @aiden-powers made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/827 +* @GatienDoesStuff made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/879 + +**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.21.1...v1.22.0 +___ # Release 1.21.1 ## Highlight diff --git a/FEATURES.md b/FEATURES.md index 2311f4e8..241765dd 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -16,6 +16,8 @@ - *Silverfish* - *Ice Fill* - *Boulder* + - *Simon Says Solver* + - *Lights On* - Terminal: - *Order* - *Coloured Items* @@ -44,6 +46,12 @@ - *Pearl* - **No arrow poison warning** - **Low arrow poison warning** +- **Kuudra glow** +- **Kuudra danger warning** + +### Crimson Isles: +- **Dojo helper** +- **Option to increase fog radius** ### Item and Armor Customization: - *Item Renaming* @@ -59,6 +67,19 @@ - *XP* - **Vanilla health/xp and fancy bar shown in parallel** +### Profile Viewer: +- **Skills** +- **Slayer** +- **Catacombs** +- **Container:** + - Inventory + - Enderchest + - Backpack + - Wardrobe + - Pets + - Accessory Bag +- **Collections** + ### Dwarven Mines / Crystal Hollows / Glacite Mining: - **Dwarven Mines Solver:** - Fetchur @@ -72,6 +93,11 @@ - *Find locations in chat messages* - *Share waypoints* - Metal detector helper + - Auto-detect waypoint from chat for example when talking to king + - Nucleus waypoints + - Wishing compass helper + - Treasure Chest Highlighter + - Crystal Waypoints server-sided sharing via WebSocket - **Glacite Tunnels:** - *Cold Overlay* - **Commission HUD:** @@ -97,6 +123,12 @@ - Beacon Highlighting - Yang Glyph Notification - Nukekubi Head Highlighting +- **Blaze Slayer:** + - Attunement highlighting + - Fire Pillar Countdown Notifiications +- **General:** + - Slayer (Mini)Bosses Highlighting + - Glow Effect Slayer Mob Highlighting ### Garden Features: - **Farming HUD:** @@ -136,6 +168,7 @@ - **Ender Nodes Helper** ### User Interface Enhancements: +- **Equipment in inventory** - **Search overlays for bz and ah** - **Slot Text:** - *Attribute Shard Info Display* @@ -153,6 +186,9 @@ - *Your Essence* - *Power Stone Guide* - *Stats Tuning* + - *Collection* + - *Community Shop* + - *Bazaar* - **Drill Fuel and Pickonimbus 2000 in Item Durability Bar** - **Hotbar Slot Lock Keybind:** Select the hotbar slot you want to lock/unlock and press the lock button. - **Item Tooltip:** (Provides information on) @@ -164,6 +200,10 @@ - *Exotic Armor Identifier* - *Item Quality* - *Accessories Helper* + - *Craft Cost* + - *Essence Shop Price* + - *True HEX display for dye items* + - *Estimated Item Value* - **Quicknav:** (Fully customizeable) Fast navigation between pets, armor, enderchest, skill, collection, crafting, enchant, anvil, warp dungeon, and warp hub. - **Recipe Book:** Lists all Skyblock items in the vanilla recipe book, allowing you to see the recipe of the item. - **Backpack Preview:** After clicking your backpack or enderchest once, you can hover over the backpack or enderchest and hold Shift to preview its contents. @@ -192,7 +232,7 @@ - *Teleport Pad Messages* - *Sky Mall* -### Miscellaneous Solvers: +### Miscellaneous Helpers: - **Experiments Solvers** - **Fishing:** - Helper (Includes sound notifications) @@ -200,6 +240,7 @@ - Hide other rods - **Mythological Ritual Helper** - **Chocolate factory Helper** +- **Jerry timer** ### Miscellaneous Features: - **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei) and [EMI](https://modrinth.com/mod/emi) Support** @@ -209,8 +250,9 @@ - **OptiFabric Compatibility** - **Waypoints API** - **Config Button in Skyblock Menu** -- **ChestValue** +- **Chest Value** - **Add useful tips in chat** - **Suppress badlion packet warnings** - **Remove screens when switching island** -- **Skin transparency correction** \ No newline at end of file +- **Skin transparency correction** +- **Skyblock XP Messages** \ No newline at end of file diff --git a/README.md b/README.md index 9f73ea58..8025b4ca 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ [![modrinth statistic](https://img.shields.io/modrinth/dt/skyblocker-liap?color=00AF5C&label=Download&labelColor=cecece00AF5C&logo=modrinth)](https://modrinth.com/mod/skyblocker-liap) [![curseforge statistic](https://img.shields.io/curseforge/dt/936169?logo=curseforge&color=orange)](https://www.curseforge.com/minecraft/mc-mods/skyblocker) [![github statistic](https://img.shields.io/github/downloads/SkyblockerMod/skyblocker/total?labelColor=cecece&color=000000&label=Download&logo=github&logoColor=black)](https://github.com/SkyblockerMod/Skyblocker/releases/latest) -[![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) -[![Ko-fi](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/) + +**Translate status** \ +[![Translate status](https://translate.hysky.de/widget/Skyblocker/multi-auto.svg)](https://translate.hysky.de/projects/Skyblocker/skyblocker/) Hypixel Skyblock Mod for Minecraft 1.21 & 1.21.1 @@ -36,6 +37,8 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *Silverfish* - *Ice Fill* - *Boulder* + - *Simon Says Solver* + - *Lights On* - Terminal: - *Order* - *Coloured Items* @@ -64,6 +67,12 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *Pearl* - **No arrow poison warning** - **Low arrow poison warning** +- **Kuudra glow** +- **Kuudra danger warning** + +### Crimson Isles: +- **Dojo helper** +- **Option to increase fog radius** ### Item and Armor Customization: - *Item Renaming* @@ -79,6 +88,19 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *XP* - **Vanilla health/xp and fancy bar shown in parallel** +### Profile Viewer: +- **Skills** +- **Slayer** +- **Catacombs** +- **Container:** + - Inventory + - Enderchest + - Backpack + - Wardrobe + - Pets + - Accessory Bag +- **Collections** + ### Dwarven Mines / Crystal Hollows / Glacite Mining: - **Dwarven Mines Solver:** - Fetchur @@ -92,6 +114,11 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *Find locations in chat messages* - *Share waypoints* - Metal detector helper + - Auto-detect waypoint from chat for example when talking to king + - Nucleus waypoints + - Wishing compass helper + - Treasure Chest Highlighter + - Crystal Waypoints server-sided sharing via WebSocket - **Glacite Tunnels:** - *Cold Overlay* - **Commission HUD:** @@ -117,6 +144,12 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - Beacon Highlighting - Yang Glyph Notification - Nukekubi Head Highlighting +- **Blaze Slayer:** + - Attunement highlighting + - Fire Pillar Countdown Notifiications +- **General:** + - Slayer (Mini)Bosses Highlighting + - Glow Effect Slayer Mob Highlighting ### Garden Features: - **Farming HUD:** @@ -156,6 +189,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **Ender Nodes Helper** ### User Interface Enhancements: +- **Equipment in inventory** - **Search overlays for bz and ah** - **Slot Text:** - *Attribute Shard Info Display* @@ -173,6 +207,9 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *Your Essence* - *Power Stone Guide* - *Stats Tuning* + - *Collection* + - *Community Shop* + - *Bazaar* - **Drill Fuel and Pickonimbus 2000 in Item Durability Bar** - **Hotbar Slot Lock Keybind:** Select the hotbar slot you want to lock/unlock and press the lock button. - **Item Tooltip:** (Provides information on) @@ -184,6 +221,10 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *Exotic Armor Identifier* - *Item Quality* - *Accessories Helper* + - *Craft Cost* + - *Essence Shop Price* + - *True HEX display for dye items* + - *Estimated Item Value* - **Quicknav:** (Fully customizeable) Fast navigation between pets, armor, enderchest, skill, collection, crafting, enchant, anvil, warp dungeon, and warp hub. - **Recipe Book:** Lists all Skyblock items in the vanilla recipe book, allowing you to see the recipe of the item. - **Backpack Preview:** After clicking your backpack or enderchest once, you can hover over the backpack or enderchest and hold Shift to preview its contents. @@ -212,7 +253,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - *Teleport Pad Messages* - *Sky Mall* -### Miscellaneous Solvers: +### Miscellaneous Helpers: - **Experiments Solvers** - **Fishing:** - Helper (Includes sound notifications) @@ -220,6 +261,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - Hide other rods - **Mythological Ritual Helper** - **Chocolate factory Helper** +- **Jerry timer** ### Miscellaneous Features: - **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei) and [EMI](https://modrinth.com/mod/emi) Support** @@ -229,11 +271,12 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in - **OptiFabric Compatibility** - **Waypoints API** - **Config Button in Skyblock Menu** -- **ChestValue** +- **Chest Value** - **Add useful tips in chat** - **Suppress badlion packet warnings** - **Remove screens when switching island** - **Skin transparency correction** +- **Skyblock XP Messages** @@ -284,59 +327,289 @@ information. ### Contributor -| [Kraineff](https://github.com/Kraineff) | [d3dx9](https://github.com/d3dx9) | [LifeIsAParadox](https://github.com/LifeIsAParadox) | [ExternalTime](https://github.com/ExternalTime) | -|:-----------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:| -| [Kraineff](https://github.com/Kraineff) | [d3dx9](https://github.com/d3dx9) | [LifeIsAParadox](https://github.com/LifeIsAParadox) | [ExternalTime](https://github.com/ExternalTime) | - -| [Zailer43](https://github.com/Zailer43) | [TacoMonkey11](https://github.com/TacoMonkey11) | [KonaeAkira](https://github.com/KonaeAkira) | [Fix3dll](https://github.com/Fix3dll) | -|:-----------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------:| -| [Zailer43](https://github.com/Zailer43) | [TacoMonkey11](https://github.com/TacoMonkey11) | [KonaeAkira](https://github.com/KonaeAkira) | [Fix3dll](https://github.com/Fix3dll) | - -| [ADON15c](https://github.com/ADON15c) | [TheColdPot](https://github.com/TheColdPot) | [Julienraptor01](https://github.com/Julienraptor01) | [MiraculixxT](https://github.com/MiraculixxT) | -|:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------:| -| [ADON15c](https://github.com/ADON15c) | [TheColdPot](https://github.com/TheColdPot) | [Julienraptor01](https://github.com/Julienraptor01) | [MiraculixxT](https://github.com/MiraculixxT) | - -| [catandA](https://github.com/catandA) | [kevinthegreat1](https://github.com/kevinthegreat1) | [AzureAaron](https://github.com/AzureAaron) | [msg-programs](https://github.com/msg-programs) | -|:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:| -| [catandA](https://github.com/catandA) | [kevinthegreat1](https://github.com/kevinthegreat1) | [AzureAaron](https://github.com/AzureAaron) | [msg-programs](https://github.com/msg-programs) | - -| [lantice3720](https://github.com/lantice3720) | [koloiyolo](https://github.com/koloiyolo) | [Futuremappermydud](https://github.com/Futuremappermydud) | [viciscat](https://github.com/viciscat) | -|:--------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------:| -| [lantice3720](https://github.com/lantice3720) | [koloiyolo](https://github.com/koloiyolo) | [Futuremappermydud](https://github.com/Futuremappermydud) | [viciscat](https://github.com/viciscat) | - -| [Grayray75](https://github.com/Grayray75) | [alexiayaa](https://github.com/alexiayaa) | [KhafraDev](https://github.com/KhafraDev) | [KhafraDev](https://github.com/btwonion) | -|:--------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------:|----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------| -| [Grayray75](https://github.com/Grayray75) | [alexiayaa](https://github.com/alexiayaa) | [KhafraDev](https://github.com/KhafraDev) | [btwonion](https://github.com/btwonion) | - - -| [KhafraDev](https://github.com/Kaluub) | [KhafraDev](https://github.com/Emirlol) | [KhafraDev](https://github.com/LegendaryLilac) | [KhafraDev](https://github.com/olim88) | -|----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------| -| [Kaluub](https://github.com/Kaluub) | [Emirlol](https://github.com/Emirlol) | [LegendaryLilac](https://github.com/LegendaryLilac) | [olim88](https://github.com/olim88) | - -| [Ghost-3](https://github.com/Ghost-3) | [esteban4567890](https://github.com/esteban4567890) | [Fluboxer](https://github.com/Fluboxer) | [VeritasDL](https://github.com/VeritasDL) | -|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------| -| [Ghost-3](https://github.com/Ghost-3) | [esteban4567890](https://github.com/esteban4567890) | [Fluboxer](https://github.com/Fluboxer) | [VeritasDL](https://github.com/VeritasDL) | - -| [TheDearbear](https://github.com/TheDearbear) | [BigloBot](https://github.com/BigloBot) | [f3shqt](https://github.com/f3shqt) | [UpFault](https://github.com/UpFault) | -|----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------| -| [TheDearbear](https://github.com/TheDearbear) | [BigloBot](https://github.com/BigloBot) | [f3shqt](https://github.com/f3shqt) | [UpFault](https://github.com/UpFault) | - -### 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) & [CrimsonIsle](https://github.com/CrimsonIsle) & [Ghost-3](https://github.com/Ghost-3) & [wilson-wtf](https://github.com/wilson-wtf) & [R2kip](https://github.com/R2kip) & [Kolobok125040](https://github.com/Kolobok125040))\ -French ([edgarogh](https://github.com/edgarogh) & [Julienraptor01](https://github.com/Julienraptor01) & [viciscat](https://github.com/viciscat) & [Kiverty](https://github.com/Kiverty) & [maDU59](https://github.com/maDU59)) \ -Japanese ([hirochisan](https://github.com/hirochisan) & [AC19970](https://github.com/AC19970)) \ -Chinese ([catandA](https://github.com/catandA) & [AC19970](https://github.com/AC19970)) \ -Chinese (Simplified) ([catandA](https://github.com/catandA) & [PumpkinXD](https://github.com/PumpkinXD) & [user123321111](https://github.com/user123321111) & [sunnytia](https://github.com/sunnytia) & [AC19970](https://github.com/AC19970) & [x-yingcan-x](https://github.com/x-yingcan-x)) \ -Korean ([lantice3720](https://github.com/lantice3720)) \ -Spanish ([IngeSebastian](https://github.com/IngeSebastian)) \ -Norwegian Bokmål ([KdGaming0](https://github.com/KdGaming0)) \ -Norwegian Nynorsk ([KdGaming0](https://github.com/KdGaming0)) \ -Turkish ([Fix3dll](https://github.com/Fix3dll) & [Emirlol](https://github.com/Emirlol) & [MrBiscuit921](https://github.com/MrBiscuit921)) \ -Canadian English ([AzureAaron](https://github.com/AzureAaron)) \ -Portuguese (Brazil) ([OhRetro](https://github.com/OhRetro) & [AurinVPK](https://github.com/AurinVPK) & [yFelipeMC](https://github.com/yFelipeMC)) \ -Dutch ([mitch030504](https://github.com/mitch030504)) \ -Italian ([Vricken](https://github.com/Vricken)) \ -Polish ([danehcan](https://github.com/danehcan)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Kraineff +
Kraineff +
+
+ + d3dx9 +
d3dx9 +
+
+ + LifeIsAParadox +
LifeIsAParadox +
+
+ + ExternalTime +
ExternalTime +
+
+ + Zailer43 +
Zailer43 +
+
+ + TacoMonkey11 +
TacoMonkey11 +
+
+ + KonaeAkira +
KonaeAkira +
+
+ + Fix3dll +
Fix3dll +
+
+ + ADON15c +
ADON15c +
+
+ + TheColdPot +
TheColdPot +
+
+ + Julienraptor01 +
Julienraptor01 +
+
+ + MiraculixxT +
MiraculixxT +
+
+ + catandA +
catandA +
+
+ + kevinthegreat1 +
kevinthegreat1 +
+
+ + AzureAaron +
AzureAaron +
+
+ + msg-programs +
msg-programs +
+
+ + lantice3720 +
lantice3720 +
+
+ + koloiyolo +
koloiyolo +
+
+ + Futuremappermydud +
Futuremappermydud +
+
+ + viciscat +
viciscat +
+
+ + Grayray75 +
Grayray75 +
+
+ + qtlunya +
qtlunya +
+
+ + KhafraDev +
KhafraDev +
+
+ + btwonion +
btwonion +
+
+ + Kaluub +
Kaluub +
+
+ + Emirlol +
Emirlol +
+
+ + LegendaryLilac +
LegendaryLilac +
+
+ + olim88 +
olim88 +
+
+ + Ghost-3 +
Ghost-3 +
+
+ + esteban4567890 +
esteban4567890 +
+
+ + Fluboxer +
Fluboxer +
+
+ + VeritasDL +
VeritasDL +
+
+ + TheDearbear +
TheDearbear +
+
+ + BigloBot +
BigloBot +
+
+ + f3shqt +
f3shqt +
+
+ + UpFault +
UpFault +
+
+ + Vricken +
Vricken +
+
+ + IBeHunting +
IBeHunting +
+
+ + nea89o +
nea89o +
+
+ + GatienDoesStuff +
GatienDoesStuff +
+
+ +### Translator + +We thank all our translators for their valuable support! + +| Language | Translator | +|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 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), [CrimsonIsle](https://github.com/CrimsonIsle), [Ghost-3](https://github.com/Ghost-3), [wilson-wtf](https://github.com/wilson-wtf), [R2kip](https://github.com/R2kip), [Kolobok125040](https://github.com/Kolobok125040) | +| French | [edgarogh](https://github.com/edgarogh), [Julienraptor01](https://github.com/Julienraptor01), [viciscat](https://github.com/viciscat), [Kiverty](https://github.com/Kiverty), [maDU59](https://github.com/maDU59) | +| Japanese | [hirochisan](https://github.com/hirochisan), [AC19970](https://github.com/AC19970), [WhyHina](https://github.com/WhyHina) | +| Chinese | [catandA](https://github.com/catandA), [AC19970](https://github.com/AC19970) | +| Chinese (Simplified) | [catandA](https://github.com/catandA), [PumpkinXD](https://github.com/PumpkinXD), [user123321111](https://github.com/user123321111), [sunnytia](https://github.com/sunnytia), [AC19970](https://github.com/AC19970), [x-yingcan-x](https://github.com/x-yingcan-x) | +| Korean | [lantice3720](https://github.com/lantice3720) | +| Spanish | [IngeSebastian](https://github.com/IngeSebastian), [NickdaWizIsDev](https://github.com/NickdaWizIsDev) | +| Norwegian Bokmål | [KdGaming0](https://github.com/KdGaming0) | +| Norwegian Nynorsk | [KdGaming0](https://github.com/KdGaming0) | +| Turkish | [Fix3dll](https://github.com/Fix3dll), [Emirlol](https://github.com/Emirlol), [MrBiscuit921](https://github.com/MrBiscuit921) | +| Canadian English | [AzureAaron](https://github.com/AzureAaron) | +| Portuguese (Brazil) | [OhRetro](https://github.com/OhRetro), [AurinVPK](https://github.com/AurinVPK), [yFelipeMC](https://github.com/yFelipeMC), [Owensaug](https://github.com/Owensaug) | +| Dutch | [mitch030504](https://github.com/mitch030504) | +| Italian | [Vricken](https://github.com/Vricken) | +| Polish | [danehcan](https://github.com/danehcan) | diff --git a/gradle.properties b/gradle.properties index dc2b917a..993dd6bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -42,7 +42,7 @@ commons_math_version = 3.6.1 commons_text_version = 1.12.0 # Mod Properties -mod_version = 1.21.1 +mod_version = 1.22.0 maven_group = de.hysky archives_base_name = skyblocker modrinth_id=y6DuFGwJ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f7a2273c..65d5a1d7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -5,7 +5,11 @@ "name": "Skyblocker", "description": "Hypixel Skyblock Mod", "authors": ["LifeIsAParadox/wohlhabend", "kevinthegreat1", "AzureAaron"], - "contributors": ["xMrVizzy", "d3dx9", "ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh", "TheColdPot", "Julienraptor01", "ADON15c", "catandA", "msg-programs", "lantice3720", "Futuremappermydud", "koloiyolo", "viciscat", "Grayray75", "alexiayaa", "KhafraDev", "btwonion", "Kaluub", "Emirlol", "LegendaryLilac", "olim88", "Ghost-3", "esteban4567890", "Fluboxer", "VeritasDL", "TheDearbear", "BigloBot", "f3shqt", "UpFault"], + "contributors": ["xMrVizzy", "d3dx9", "ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", + "HyperSoop", "edgarogh", "TheColdPot", "Julienraptor01", "ADON15c", "catandA", "msg-programs", "lantice3720", + "Futuremappermydud", "koloiyolo", "viciscat", "Grayray75", "alexiayaa", "KhafraDev", "btwonion", "Kaluub", "Emirlol", + "LegendaryLilac", "olim88", "Ghost-3", "esteban4567890", "Fluboxer", "VeritasDL", "TheDearbear", "BigloBot", "f3shqt", + "UpFault", "Vricken", "IBeHunting", "nea89o", "GatienDoesStuff"], "contact": { "homepage": "https://hysky.de", "sources": "https://github.com/SkyblockerMod/Skyblocker", -- cgit