This is ment to be a data collector mod on all things Hypixel Skyblock
with the goal to figure out as many drop chances as possible for the wiki.
- Extract various data and append it to
.txt
files in the config folder.Treasure and Loot Chest
contentsCrystal Nucleus Loot Bundle
dropsJerry Box
contentsDungeon Chest
contentsGift
rewardsSoul Menu
necromancy souls
- Automatically uploads txt files onto a server once over 80kB of data have been collected
/open
command to open the folder containing all the database files/csv
command to create more readable csv files from the database txt files
- A HyblockDataAPI provides access to all the collected data
- Update 2022-07-25: deleted the server after 5 months of collecting data. Data got exported and posted on the Discord server (data is anoymized).
- A Discord server for discussions, ideas and mod-update notifications
- Make sure Forge 1.8.9 is installed
- Download the latest
.jar
file from the releases and put it into your mod folder - The folder path of the database files should look something like the following:
C:\Users\User\AppData\Roaming\.minecraft\config\hyblockrnganalyzer\
- Contributing Manual with a step by step setup guide for the development environment and a brief introduction on how this mod is structured and its inner workings. In case you need some inspiration on what to contribute, here is a list of ideas.