Open 3vorp opened 1 month ago
Add-on tagging is currently limited to only the broad categories of 32x and 64x.
Add a pack field that stores an array of pack IDs and remove resolution from the tag field.
{ ... "options": { "optifine": false, "tags": [ "Java" ], "packs": [ "faithful_32x", "classic_faithful_32x" ] } }
Would be pretty simple to add a drop-down selector to both the website and the webapp that's populated by pack IDs and display names using the pack API (similar to the gallery selector)
But how will be used 32 and 64 then? Do you plan on deprecating them?
Yeah I was planning on making an add-on conversion tool to move the 32x and 64x tags to faithful_32x and faithful_64x pack IDs
Is your feature request related to a problem?
Add-on tagging is currently limited to only the broad categories of 32x and 64x.
Describe the feature you'd like
Add a pack field that stores an array of pack IDs and remove resolution from the tag field.
Screenshot(s)
Notes
Would be pretty simple to add a drop-down selector to both the website and the webapp that's populated by pack IDs and display names using the pack API (similar to the gallery selector)