Geoff Bourne
Geoff Bourne
With debugs looks like it needs 3 API calls (but one was cached): ``` + mc-image-helper install-curseforge --results-file=/data/.install-curseforge.env --force-synchronize=false --force-reinstall-modloader=false --overrides-skip-existing=false --modpack-page-url=https://www.curseforge.com/minecraft/modpacks/better-mc-forge-bmc4/files/5594853 '--exclude-mods=917285, 866084, 561885' --exclude-include-file=/image/cf-exclude-include.json 2024-11-24T18:32:00.201839971Z [mc-image-helper] 18:32:00.200 DEBUG...
> I got the same problem. I am not able to start my server anymore. @dominik-tietz please open a separate issue and provide container config and logs.
@Djent- unescaped dollar signs get pre-processed by docker as variable placeholders so the behavior is before is before and beyond the control of the image tooling. I'm also at the...
Thanks for submitting this. I'll consider adding it; however, it's surprisingly tedious to add for possibly little benefit. I'll have to bring in conditional Oracle Linux base image build support...
I suppose a note would help but I would hope that would be implied when using the Java edition server instead of the Bedrock edition https://github.com/itzg/docker-minecraft-bedrock-server
Please point to information that justifies that.
I appreciate you taking the time to write that up. Sorry, I meant I wanted you to include a link to two or more credible sources, such as docker.com, that...
I was about to quote your response, but I see it's already in quotes. Where did you quote this from?
I have it skip the download and install if existing version matches; however, yes it seems I need to have it skip the metadata check also.
The Forge/NeoForge installer entry point is here https://github.com/itzg/mc-image-helper/blob/master/src/main/java/me/itzg/helpers/forge/InstallForgeCommand.java