-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Allow curse forge mod files to be downloaded separately #3150
Comments
There were changes done to the image (earlier this year?) to get around the blocked mods and to download them w/out issue. I honestly cannot remember the last time I've seen the table of mods that needed to be manually downloaded because it should be able to download them now. Have you pulled the latest image recently? What mod is it not able to auto download? |
@rhullah I am using the helm chart and deploying tag: itzg/minecraft-server:2024.10.2-java17 Parts of the helm chart:
As you suggest there are files in the modpack that do not allow automated downloads that are downloading fine. It's when I want to add an additional mod in addition to the modpack. Maybe this is not the correct or supported way to do this? NOTE if you do test the above, there is a broken mod (AverageAnime/create-food#1) in the modpack that I do need to also use the CF_DOWNLOADS_REPO: /data/downloads to get around. But you should be able to use any modpack to replicate. |
|
I tried to look further into it but here is the end of the log that is failing. As mentioned it has the modpack and is adding 3 more mods to the server. The other 2 mods add successfully but the last does not allow automated downloads. Think the modpack and additional mods follow a different path hence not working with the auto download or the CF_DOWNLOADS_REPO option as mc-image-helper curseforge-files is a different call and does not pass in the download repo to that command.
|
That detail helps a bunch. I'm guessing I didn't copy over the fallback logic for individual projects vs the ones downloaded via modpack. I'll fix this at some point. |
Enhancement Type
Improve an existing feature
Describe the enhancement
Modpack has logic to use the CF_DOWNLOADS_REPO and install mods that do not allow automated downloads from a downloads folder. But individual mods supplied to CURSEFORGE_FILES do not allow this. As a workaround it appears that manually downloading the file and placing it in the mods folder does work. But for re-usability it would be nice to allow it to look locally for the file and not have to worry about it when creating a new server.
The text was updated successfully, but these errors were encountered: