A monorepo containing Skyblock Repo autoupdating scripts and api.
Warning
This is not production ready yet! This is very early and all data/schemas are subject to change
- Fixes to data parsing: Must be made in the backend ASP.NET application to be persisted.
- Fixes to a specific file: Can be made in the
overridesfolder.jsonfiles will be merged with the data in the database/repo. So making a fileitems/MY_ITEM_ID.jsonwith these contents:Will have this name property overwrite the existing name, but keeps the rest of the data intact.{ "name": "Corrected Name" }
- Deleting a file: For the rare case of a file that shouldn't exist (and excluding it in the logic wouldn't make sense), add a new line to
overrides/exclusions.txtwith the file path.