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

Webfishing - inocorrect modpack structure creation #161

Open
TesterHere06 opened this issue Nov 13, 2024 · 1 comment
Open

Webfishing - inocorrect modpack structure creation #161

TesterHere06 opened this issue Nov 13, 2024 · 1 comment

Comments

@TesterHere06
Copy link

The modpack creator incorrectly creates the modpack files making them impossible to download from thunderstore
image

On the left is the generated version which causes error, on the right is pre-made version which downloads fine
image
First of all GDWeave folder is not supposed to have it's core and configs, only mods (maybe configs work, haven't tested)

image
Second of all, the modpack isn't supposed to have all these folders generated in GDWeave/mods. All that is required it one mod folder that contains another manifest.json
image
The manifest itself can contain any Id, PackPath must be empty and dependencies must be the same as the original manifest.json

Reformatting the modpack to this structure and uploading got it to work and download on Gale

@Kesomannen
Copy link
Owner

Ah right, I completely forgot about modpack structure when adding support for more mod loaders. This will be fixed sometime soon.

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

No branches or pull requests

2 participants