Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3vorp opened this issue Sep 10, 2024 · 2 comments
Open

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

3vorp opened this issue Sep 10, 2024 · 2 comments

Comments

@3vorp
Copy link
Contributor

3vorp commented Sep 10, 2024

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)

@TheRolfFR
Copy link
Member

But how will be used 32 and 64 then? Do you plan on deprecating them?

@3vorp
Copy link
Contributor Author

3vorp commented Sep 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants