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...