How to Download Chunky Pregen from Curseforge? #3896
-
|
I've been trying to add the Chunky Pregen mod from Curseforge so that I can pregenerate the world, but the container always gives me an error for the download. The mod is this one: Chunky Pregenerator Forge. Here is what I have tried in the compose file (one at a time): These always result in a similar error: And I tried with the regular mods download directive, too: That one resulted in a 403 forbidden of course, because it was trying to download without using the API key: What I have not tried is linking the .jar mod directly into the container yet, because I would ideally like the container to download the latest from CurseForge all the time, so I don't have to manually update it. What am I doing wrong? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Please provide your full compose file since Means you're requesting a mod that doesn't have a designated version for the requested Providing the slug ID and file ID directly will bypass their compatibility query. |
Beta Was this translation helpful? Give feedback.
-
|
Here are all of the files from the mod page on CurseForge. I guess I can match up the "game version" and "mod loader" but how do I find the slug ID and file ID? Your comment gave me some hints. This is an old mod, and looks like it's using game version 1.12.2, but the Chunky Pregen mod does not list a version with the same game version. Is this why it is not auto-downloading? Thank you so much for your help. Your container is awesome, and so much easier than manually running mods in jails like I was doing before. I still have problems getting some mods to properly start, but I will create a new question for that sometime. Here is the full compose file, with the mod currently commented out: |
Beta Was this translation helpful? Give feedback.

Please provide your full compose file since
Means you're requesting a mod that doesn't have a designated version for the requested
VERSION+TYPE.Providing the slug ID and file ID directly will bypass their compatibility query.