[Long-term] Firestorm pack collections #37
Labels
difficulty hard
enhancement
New feature or request
evolution
not an issue, but a future evolution for next version
normal priority
Currently,
settings.json
stores a bunch of information about various resource packs. I was thinking that consolidating all that stuff into a singlepacks
collection would make a lot more sense, since it's already structured data with known keys (the submission pack interface is usable as-is, it's basically a collection within a collection as it stands).Existing information that could be combined would include:
settings.json
fields)16x packs could be stored in addition to Faithful packs here by simply having a boolean flag to enable submissions for a given listed pack. This way, one could support an arbitrary number of packs simply by registering a new one in the packs collection and modifying a few TypeScript interfaces.
The text was updated successfully, but these errors were encountered: