ResourcePack upload #28
-
Hi, I am trying to setup with this action to my workflows, but when I publish, the action fail with I didn't see any option for resourcepack. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
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 {
"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: |
1.18
1.18.1
1.18.2
1.19
1.19.1
1.19.2 |
Beta Was this translation helpful? Give feedback.
-
Yeah, it work now, thanks for your help! |
Beta Was this translation helpful? Give feedback.
-
It will be great to have some info on |
Beta Was this translation helpful? Give feedback.
-
I'll add it after I implement built-in support for resource packs :) |
Beta Was this translation helpful? Give feedback.
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:Therefore, you should be fine if you add this line to your configuration:
Let me know how it goes :)
P.S. - don't forget about
game-versions
too: