Geoff Bourne
Geoff Bourne
That file format looks awesome. I wish all the modpacks would align on this format. I'll probably implement this within https://github.com/itzg/mc-image-helper, but will track integration with this issue.
...and just noting the CDN URL seems to be: ``` https://cdn.modrinth.com/data/{projectId}/versions/{version}/{name}-{version}.jar ``` **EDIT** this note is no longer relevant, due to API usage to locate project assets.
FYI the initial steps towards Modrinth modpack support is included in #1577
Thanks @wafflecoffee . Please disregard my note about CDN structure. I'm already using the API as you described for retrieval of individual mod project files https://github.com/itzg/mc-image-helper/blob/master/src/main/java/me/itzg/helpers/modrinth/ModrinthCommand.java When will modpack support...
Cool, I'll works towards modpack retrieval and extraction shortly.
It would be mc-image-helper, but also need at a minimum the issue here to track the catalyst for the change.
A "hidden" feature of this new change https://github.com/itzg/docker-minecraft-server#buggy-start-scripts is that it will detect when the `CF_SERVER_MOD` has changed value (assuming a version number is part of the URL/filename), then it...
Correct....and admittedly confusing.
Ah ok, then setting that to false indeed won't work. Can you provide any information about a curseforge API? I didn't know one existed and that would be fantastic since...
@eeeeb I double checked the latest code and there is built in support for upgrading the modpack when it sees the value of `CF_SERVER_MOD` has changed from what was previously...