you will need to change the url that Wynntils uses for their static storage from the official one to my fork, here's how you do that:
close your game
open
.minecraft/wynntils/cache/dataStaticUrls.json
(or wherever your profiel installation is)
Search for
dataStaticUrls
, and change the url from
https://raw.githubusercontent.com/Wynntils/Static-Storage/main/Data-Storage/urls.json
to
https://raw.githubusercontent.com/byBackfish/Static-Storage/main/Data-Storage/urls.json
save and restart your game. You should now see all of the new changes
What does not work:
- New majorids don't show properly or don't show at all
- Color of new leather armor might be wrong
The purpose of this repository is to bundle every data source into a singular repository, as well as include anything else used for generating such data. The repository also includes github actions to run scripts to update eligible data files.
Here you can find a breakdown of the three main parts of the repository:
Generators include everything that is needed for data processing to create usable data files. Generators that collect data from APIs, or other automated sources, are ran by Github Actions to keep data up-to-date. These data can be found in the directory Reference.
Data-Storage includes data files that can be/are used by the Artemis or other projects, but are not automatically updated/processed. It may also include raw data that is further processed, but not automatically.
Reference includes all data files that are automatically generated, usually by scripts in the Generators folder.