Version 0.0.19
Added:
- 11 new items for the
/hsbiteminfo
command - 4 new command entries in the
/hsbhelp
command menu - 36 new mobs for the
/hsbmobinfo
command (all of Crystal Hollows and Spider's Den) - 3 new tips for the
/hsbtips
command- Utilize dungeon party finder to quickly find groups for dungeon runs.
- Upgrade your personal bank to store more coins securely.
- Use the Auction House price tracker to monitor item price trends before buying or selling.
Removed:
- Removed the
/hsbserverinfo
command because it didn't work as a client-side feature - Removed 1 duplicate item from the
/hsbiteminfo
command
Version 0.0.18
Added:
- 11 new items for the
/hsbiteminfo
command. (All items with the names starting with A, B, C, D, E, F, and G are all added into the command!) - New
/hsbmaxiteminfo
command. This command can be used to view what an item looks like completely maxed out. So far I've only added the Aspect of the Dragons to this command. The command will display a message that you can hover over.
Version 0.0.14
Added:
- 12 new items to the
/hsbiteminfo
command. (Now finished adding all legendary items that start with A, B, C, and D)
Changed:
- Changed the item data format from string arrays to
JSON
data. - Changed the
<RARITY> UNKNOWN
item type to<RARITY> ITEM
. This only applies to items with no available information.
Fixed:
- Fixed an issue that caused the
/hsbrng
command to only display through the private chat. - Fixed an issue that caused the player to lag when using the
/hsbiteminfo
command. - Fixed a bug that caused text color to distort as the text gets longer.
Version 0.0.12
Added:
- New
/hsbrng
command. This command can be used to generate a random number and either display it client side or send it in public chat. - Added 15 items to the
/hsbiteminfo
command (all legendary items starting with A are now all added).
Fixed:
- Fixed a rare bug that caused the mod to display error messages in public chat. I honestly don't know how this one even happened...
Changed:
- Currencies displayed in the
/hsbiteminfo
command are now colored correctly instead of staying white like the rest of the text.
Version 0.0.10
Added:
- More Info button to the Skyblock Rarities Menu. This button will open the official wiki page for the rarities. (Yes I plan on doing this with the
/hsbiteminfo
command too). - 3 new items for the
/hsbiteminfo
command.
Fixed:
- Fixed a bug that appeared in the Skyblock Rarities Menu that caused a word to be displayed out of the GUIs bounds.
- Fixed a bug that caused some of the colors displayed in the chat by the
/hsbiteminfo
command to be incorrect. I fixed it and it shouldn't have the issue anymore...
Changed:
- Changed the height of the Skyblock Rarities Menu from
175 pixels
to234 pixels
(scale may not be correct as Minecraft scales GUI's according to user settings)
Version 0.0.8
Added:
- New
/hsbhelp
command to make finding commands and how to use them much much easier. - New
/hsbmobinfo
command. This command can be used to find information about mobs like their damage, health, and more. - Added 2 new items to the
/hsbiteminfo
command: Glacial Scythe and Glacial Fragment.
Fixed:
- Fixed a bug that caused the mod to throw its errors into public chat if it comes across one. Not that bad but could've been imbarasing
Future To-Do:
- In one of the next updates for this mod I will finish adding the rest of the mobs to the list. So far I've done all the mobs from the following locations:
Private Island Hub
Park
Farming Islands
Deep Caverns
Dwarven Mines
The End
Extra Notes:
I want to thank you all for downloading this mod and I am very happy to see that this mod made it to the modrinth lists :D Thanks and enjoy this update!
Version 0.0.5
Added:
- 10 new items to the
/hsbiteminfo
command - New
/hsbcalc
command. This command can be used to quicky calculate math questions inside Minecraft.
Changed:
- Changed the command prefix so every command now starts with hsb instead of sb. This is mainly because skyblocker uses sb as well.
Version 0.0.3
Added:
- 3 new mythic items to the
/sbiteminfo
command - 2 new epic items to the
/sbiteminfo
command - 1 new rare item to the
/sbiteminfo
command - 1 new uncommon item to the
/sbiteminfo
command - New
/sbmineeventinfo
command for displaying info about events that can happen in the Dwarven Mines
Fixed:
- Fixed a bug that caused the
/sbiteminfo
command to display the same message as/sbcredits
. They both now display their own messages.
Changed:
- Changed the way the
/sbiteminfo
command reads the items to make the code simpler on my end. Instead of using a JSON file, I can use a method to define items.
Future To-Do:
- I want to figure out a way to directly grab item information from the official wiki so I don't need to define every item but for now I think I will stick to the way it is now...