Skip to content

A single repository handling everything from storing static data, providing support for data generation, and auto-updating data from other sources.

Notifications You must be signed in to change notification settings

byBackfish/Static-Storage

 
 

Repository files navigation

how to fix wynntils item percentages being outdated

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

Static-Storage

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

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

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

Reference includes all data files that are automatically generated, usually by scripts in the Generators folder.

About

A single repository handling everything from storing static data, providing support for data generation, and auto-updating data from other sources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 76.2%
  • TypeScript 23.8%