Aurora-Modders / AuroraLoader

A tool for discovering and safely managing Aurora mods
MIT License
10 stars 5 forks source link

Support new json mod format #47

Closed thashepherd closed 4 years ago

thashepherd commented 4 years ago

Shift from mod.ini to a new .mod.json format and eliminate updates.txt, simplifying mod registry work (and parsing, on the loader end). This required making individual versions of mods first-class citizens with their own individual compatibility with Aurora versions.

This required some refactoring. Most registries are gone. Things didn't change much at the UI level.

Features:

AuroraLoader-0.24.0.zip