Skip to content

[Feature] Explicitly support Classic Faithful with add-ons #55

@3vorp

Description

@3vorp

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions