Skip to content

ResourcePack upload #28

Answered by Kir-Antipov
xMikux asked this question in Q&A
Sep 1, 2022 · 4 comments · 2 replies
Discussion options

You must be logged in to vote

You need to specify at least one loader, because this is a requirement of the target platforms you upload your files to (i.e., Modrinth anc CurseForge).

Based on the response of the "tag/loader" endpoint, I can infer that Modrinth uses minecraft as a loader type for resource packs:

{
  "icon": "...",
  "name": "minecraft",
  "supported_project_types": ["resourcepack"]
}

Therefore, you should be fine if you add this line to your configuration:

  loaders: minecraft

Let me know how it goes :)

P.S. - don't forget about game-versions too:

  game-versions: |
    1.18
    1.18.1
    1.18.2
    1.19
    1.19.1
    1.19.2

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Kir-Antipov
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@meza
Comment options

@Kir-Antipov
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #21 on September 06, 2022 17:27.