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)
{
...
"options": {
"optifine": false,
"tags": [
"Java"
],
"packs": [
"faithful_32x",
"classic_faithful_32x"
]
}
}
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)
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)
{ ... "options": { "optifine": false, "tags": [ "Java" ], "packs": [ "faithful_32x", "classic_faithful_32x" ] } }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)